restart_app 1.8.2 copy "restart_app: ^1.8.2" to clipboard
restart_app: ^1.8.2 copied to clipboard

A Flutter plugin to restart or relaunch Flutter apps with platform-specific behavior, including opt-in iOS Flutter engine restart.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add restart_app

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  restart_app: ^1.8.2

Alternatively, 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';
512
likes
160
points
123k
downloads

Documentation

API reference

Publisher

verified publishergabrimatic.info

Weekly Downloads

A Flutter plugin to restart or relaunch Flutter apps with platform-specific behavior, including opt-in iOS Flutter engine restart.

Homepage
Repository (GitHub)
View/report issues
Contributing

Topics

#restart #app-lifecycle #flutter-plugin

Funding

Consider supporting this project:

www.buymeacoffee.com

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, web

More

Packages that depend on restart_app

Packages that implement restart_app