flutter_exit_app 1.0.0 copy "flutter_exit_app: ^1.0.0" to clipboard
flutter_exit_app: ^1.0.0 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

Usage #

import 'package:flutter_exit_app/flutter_exit_app.dart';

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