flutter_exit_app 1.0.5
flutter_exit_app: ^1.0.5 copied to clipboard
A flutter plugin provides the best way to exit the app doesn't call exit(0) in dart code.
flutter_exit_app #
A flutter plugin provides the best way to exit the app doesn't call exit(0)
in dart code.
Install #
add plugin to your pubspec.yaml
flutter_exit_app: ^1.0.4
Usage #
- import plugin
import 'package:flutter_exit_app/flutter_exit_app.dart';
- call exit app static method
// call this to exit app
FlutterExitApp.exitApp();