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

A Flutter plugin for app termination and restart with data clearing options.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add terminate_restart
copied to clipboard

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

dependencies:
  terminate_restart: ^1.0.11
copied to clipboard

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:terminate_restart/terminate_restart.dart';
copied to clipboard
42
likes
160
points
11.5k
downloads

Publisher

unverified uploader

Weekly Downloads

2024.11.11 - 2025.10.06

A Flutter plugin for app termination and restart with data clearing options.

Repository (GitHub)
View/report issues
Contributing

Topics

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

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on terminate_restart

Packages that implement terminate_restart