flutter_background 0.1.2 flutter_background: ^0.1.2 copied to clipboard
A plugin to keep flutter apps running in the background by using foreground service, wake lock and disabling battery optimizations
0.1.0 #
- First release of the plugin for android
- Add example TCP chat app
- Add TCP server for the example app to talk to
0.1.1 #
- Conform to dart formatting standards to improve pub.dev score
0.1.2 #
- Fix problem where the plugin crashes when specifying the android configuration calling
FlutterBackground.initialize()
- Introduce ToDo section in the README.md
- Fix some typos
- Add analysis_options.yaml based on pedantic v. 1.9.0 for static analysis and conform to it
- Update example app and server