flutter_foreground_service 0.4.0 flutter_foreground_service: ^0.4.0 copied to clipboard
Foreground service for the Android platform, keeps app running even when in background.
0.4.0 #
- Upgraded Kotlin and AGP
- Upgraded sdk version for Android
0.3.0 #
- Support for null-safety.
0.2.1 #
- Rebuild project from scratch due to iOS issues with old generated code.
0.2.0 #
- No longer produces an exception when invoked on iOS.
0.1.1 #
- Fixed expected launcher icon path
- Previously
drawable
was the expected folder - Now the
mipmap
folder is expected
0.1.0+1 #
- Updated documentation
0.1.0 #
- Forked from https://pub.dev/packages/foreground_service
- Changed hardcoded notification icon name to 'ic_launcher.png'