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

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.

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.2.1

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';
322
likes
140
pub points
98%
popularity

Publisher

verified publishergabrimatic.info

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on restart_app