restart_app 1.10.1
restart_app: ^1.10.1 copied to clipboard
Restart Flutter apps on Android, iOS, web, macOS, Linux, and Windows. Supports app relaunch, iOS engine restart, and bundled AI agent skills.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add restart_appThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
restart_app: ^1.10.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:restart_app/restart_app.dart';