- Android 12 Compatibility Changes
- Rollback foreground notification importance
- fixes UnsatisfiedLinkError when running as foreground service with autostart #32
- Fix notification not showing on android 7 and prior (Issue #26)
- Open app from notification (Issue #30)
- Fix #29 (DartVM not terminated when service stop)
- Bump flutter 2
- Fix #23
- Added isServiceRunning on iOS (issue #19)
- Added support to nullsafety
- Added stopService Method(Currently Works on Android Only).
- Add preference autoStart on Boot, default is true.
- Set Foreground Mode to false will remove notification. BugFix #4.
- Add ability to change Background or Foreground mode (Android Only)
- Bugfix BootReceiver
- Update example for iOS support.
- Start service immediately after initialize
- iOS
- bug fix
- bug fix
- bug fix
- Add ability to send data from UI to Service
- Improve stability
- Add ability to send data from service to UI
- Update README
- Add ability to change notification info (Android foreground service)
- Fix android missing plugin implementation
- Fix android build
- TODO: Describe initial release.