flutter_exit_app 1.1.4 flutter_exit_app: ^1.1.4 copied to clipboard
A flutter plugin provides the best way to exit the app doesn't call exit(0) in dart code.
1.0.0 #
- Implement native android exit app
- Implement native ios exit app
- Add License
1.0.3 #
- fix docs
- android exit when 2000 msec
1.0.5 #
- fix kill app in background when 1 sec
1.1.0 #
- Fix kill ios process
- Add time wait for exit
1.1.1 #
- breaking: remove
exit(0)
for ios
1.1.2 #
- add
iosForceExit
parameter forexitApp
method