flutter_exit_app 1.0.1 copy "flutter_exit_app: ^1.0.1" to clipboard
flutter_exit_app: ^1.0.1 copied to clipboard

outdated

A flutter plugin to exit the app.

flutter_exit_app #

A flutter plugin to exit the app support Android and IOS

Install #

add plugin to pubspec.yaml

flutter_exit_app: ^1.0.0

Usage #

import 'package:flutter_exit_app/flutter_exit_app.dart';

// call this to exit app
FlutterExitApp.exitApp();