-
Notifications
You must be signed in to change notification settings - Fork 72
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d7eb24
commit 9895d8d
Showing
1 changed file
with
14 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,31 @@ | ||
## 0.6.0 | ||
|
||
- [Close app when app stop](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/17) @cdfq152313 | ||
|
||
## 0.5.0 | ||
|
||
* [Add close button](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/14) | ||
* [Add color option](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/12) | ||
- [Add close button](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/14) | ||
- [Add color option](https://github.com/ChangJoo-Park/flutter_foreground_service_plugin/pull/12) | ||
|
||
## 0.4.0 | ||
|
||
* Set Min SDK version from 23 | ||
- Set Min SDK version from 23 | ||
|
||
## 0.3.0 | ||
|
||
* Support chronometer | ||
* Fix typo for subtext | ||
- Support chronometer | ||
- Fix typo for subtext | ||
|
||
## 0.2.2 | ||
|
||
* Remove useless logs | ||
- Remove useless logs | ||
|
||
## 0.2.0 | ||
|
||
* Can change Notification title and contents when startup | ||
- Can change Notification title and contents when startup | ||
|
||
## 0.1.0 | ||
|
||
* Start Foreground Service (with callback) | ||
* Stop Foreground Service (with callback) | ||
* Using infinite interval on your configurations | ||
- Start Foreground Service (with callback) | ||
- Stop Foreground Service (with callback) | ||
- Using infinite interval on your configurations |