You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
217 lines
4.4 KiB
217 lines
4.4 KiB
## 2.1.3
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 2.1.2
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 2.1.1
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 2.1.0
|
|
|
|
- **FEAT**: automatically register plugins. ([3a0d0d53](https://github.com/ekasetiawans/flutter_background_service/commit/3a0d0d53110cdaf92caf4f329cd80034121c9ea6))
|
|
|
|
## 2.0.0
|
|
|
|
- Graduate package to a stable release. See pre-releases prior to this version for changelog entries.
|
|
|
|
## 2.0.0-dev.3
|
|
|
|
- **REFACTOR**: fix sampe project dependency version. ([a83b9f62](https://github.com/ekasetiawans/flutter_background_service/commit/a83b9f62dd0d16f8bd23657ef1f36cb7d51fb0fa))
|
|
|
|
## 2.0.0-dev.2
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 2.0.0-dev.1
|
|
|
|
- **DOCS**: update README. ([caf8125c](https://github.com/ekasetiawans/flutter_background_service/commit/caf8125cf557b009e06995fcc7ea8a006eba3dae))
|
|
|
|
## 2.0.0-dev.0
|
|
|
|
> Note: This release has breaking changes.
|
|
|
|
- **BREAKING** **FEAT**: implement new concept. ([c8ce9c0b](https://github.com/ekasetiawans/flutter_background_service/commit/c8ce9c0bab82137dea031af124b84510286661f7))
|
|
|
|
## 1.0.4
|
|
|
|
- **DOCS**: update README. ([88917672](https://github.com/ekasetiawans/flutter_background_service/commit/88917672c617b47691f71f964ee7ff8bd9f1d6f3))
|
|
|
|
## 1.0.3
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 1.0.2
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 1.0.1
|
|
|
|
- **DOCS**: change method name. ([9f05e7f6](https://github.com/ekasetiawans/flutter_background_service/commit/9f05e7f6a260d8f63788cb21e8e7c2cdc91769eb))
|
|
|
|
## 0.2.8+5
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 0.2.8+4
|
|
|
|
- **FIX**: errors. ([13a6f841](https://github.com/ekasetiawans/flutter_background_service/commit/13a6f841f5d677ceb0010e8ba1bf9d7af53adbcf))
|
|
|
|
## 0.2.8+3
|
|
|
|
- **FIX**: podspec. ([b46f9a3f](https://github.com/ekasetiawans/flutter_background_service/commit/b46f9a3f425f66e6bda34650e713da299f922a73))
|
|
|
|
## 0.2.8+2
|
|
|
|
- Update a dependency to the latest release.
|
|
|
|
## 0.2.8+1
|
|
|
|
- **FIX**: dependencies version.
|
|
|
|
## 0.2.8
|
|
|
|
- **FEAT**: update dependencies.
|
|
|
|
## 0.2.7
|
|
|
|
- **REFACTOR**: initialize melos.
|
|
- **FEAT**: managed with melos.
|
|
|
|
## 0.2.6
|
|
* FIX: (Android) flutter initialization
|
|
## 0.2.5
|
|
* FIX: (iOS) using other plugins
|
|
## 0.2.4
|
|
* FIX: (Android) run service background when charger not connected and screen lock (#92)
|
|
## 0.2.3
|
|
* ADDED: Using `BGTaskScheduler` on iOS 13. See readme for configuration.
|
|
## 0.2.2
|
|
* ADDED: `autoStart` to `IosConfiguration`
|
|
## 0.2.1
|
|
* UPDATE README
|
|
* UPDATE: Flutter Version Constraint
|
|
## 0.2.0+1
|
|
* UPDATE README
|
|
|
|
## 0.2.0
|
|
* [BREAKING]: FlutterBackgroundService.initialize renamed to FlutterBackgroundService.configure
|
|
* [BREAKING]: use FlutterBackgroundService.start to start or restart after you call stopService.
|
|
* [ADDED]: IOS Background fetch is now supported you have to enable background fetch from xcode.
|
|
## 0.1.7
|
|
|
|
* Fix : cannot start service on android 12
|
|
* Fix : not started on boot completed
|
|
## 0.1.6
|
|
|
|
* Android 12 Compatibility Changes
|
|
## 0.1.5
|
|
|
|
* Rollback foreground notification importance
|
|
## 0.1.4
|
|
|
|
* fixes UnsatisfiedLinkError when running as foreground service with autostart #32
|
|
## 0.1.3
|
|
|
|
* Fix notification not showing on android 7 and prior (Issue #26)
|
|
## 0.1.2
|
|
|
|
* Open app from notification (Issue #30)
|
|
## 0.1.1
|
|
|
|
* Fix #29 (DartVM not terminated when service stop)
|
|
|
|
## 0.1.0
|
|
|
|
* Bump flutter 2
|
|
|
|
## 0.1.0-nullsafety.2
|
|
|
|
* Fix #23
|
|
|
|
## 0.1.0-nullsafety.1
|
|
|
|
* Added isServiceRunning on iOS (issue #19)
|
|
|
|
## 0.1.0-nullsafety.0
|
|
|
|
* Added support to nullsafety
|
|
|
|
## 0.0.1+18
|
|
|
|
* Added stopService Method(Currently Works on Android Only).
|
|
|
|
## 0.0.1+17
|
|
|
|
* Add preference autoStart on Boot, default is true.
|
|
|
|
## 0.0.1+16
|
|
|
|
* Set Foreground Mode to false will remove notification. BugFix #4.
|
|
|
|
## 0.0.1+15
|
|
|
|
* Add ability to change Background or Foreground mode (Android Only)
|
|
|
|
## 0.0.1+14
|
|
|
|
* Bugfix BootReceiver
|
|
|
|
## 0.0.1+13
|
|
|
|
* Update example for iOS support.
|
|
|
|
## 0.0.1+12
|
|
|
|
* Start service immediately after initialize
|
|
|
|
## 0.0.1+11
|
|
|
|
* iOS
|
|
|
|
## 0.0.1+10
|
|
|
|
* bug fix
|
|
|
|
## 0.0.1+9
|
|
|
|
* bug fix
|
|
|
|
## 0.0.1+8
|
|
|
|
* bug fix
|
|
|
|
## 0.0.1+7
|
|
|
|
* Add ability to send data from UI to Service
|
|
|
|
## 0.0.1+6
|
|
|
|
* Improve stability
|
|
|
|
## 0.0.1+5
|
|
|
|
* Add ability to send data from service to UI
|
|
|
|
## 0.0.1+4
|
|
|
|
* Update README
|
|
|
|
## 0.0.1+3
|
|
|
|
* Add ability to change notification info (Android foreground service)
|
|
|
|
## 0.0.1+2
|
|
|
|
* Fix android missing plugin implementation
|
|
|
|
## 0.0.1+1
|
|
|
|
* Fix android build
|
|
|
|
## 0.0.1
|
|
|
|
* TODO: Describe initial release. |