terminate_restart 1.0.0 copy "terminate_restart: ^1.0.0" to clipboard
terminate_restart: ^1.0.0 copied to clipboard

A robust Flutter plugin for terminating and restarting your app with extensive customization options. Supports both Android and iOS with features like data clearing and state preservation.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add terminate_restart

With Flutter:

 $ flutter pub add terminate_restart

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

dependencies:
  terminate_restart: ^1.0.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:terminate_restart/terminate_restart.dart';
40
likes
0
points
5.86k
downloads

Publisher

unverified uploader

Weekly Downloads

A robust Flutter plugin for terminating and restarting your app with extensive customization options. Supports both Android and iOS with features like data clearing and state preservation.

Repository (GitHub)
View/report issues

Topics

#restart #terminate #process-management #app-lifecycle #data-clearing

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on terminate_restart

Packages that implement terminate_restart