|
| 1 | +## 5.0.0 |
| 2 | + |
| 3 | +- upgraded Android SDK level |
| 4 | +- upgraded flutter version |
| 5 | +- upgraded AGP |
| 6 | + |
1 | 7 | ## 4.2.0 |
2 | | -* small refactor and improvement of docs |
3 | | -* using `ActivityRecognition()` when creating a singleton -- standard practice in Dart. |
| 8 | + |
| 9 | +- small refactor and improvement of docs |
| 10 | +- using `ActivityRecognition()` when creating a singleton -- standard practice in Dart. |
4 | 11 |
|
5 | 12 | ## 4.1.0 |
6 | | -* [PR #474](https://github.com/cph-cachet/flutter-plugins/pull/474) - Android 12 intent-flag |
7 | | -* the name of the stream has been changed from `startStream` to `activityStream` |
8 | | -* cleanup in example app |
| 13 | + |
| 14 | +- [PR #474](https://github.com/cph-cachet/flutter-plugins/pull/474) - Android 12 intent-flag |
| 15 | +- the name of the stream has been changed from `startStream` to `activityStream` |
| 16 | +- cleanup in example app |
9 | 17 |
|
10 | 18 | ## 4.0.5+1 |
11 | | -* [PR #408](https://github.com/cph-cachet/flutter-plugins/pull/408) |
| 19 | + |
| 20 | +- [PR #408](https://github.com/cph-cachet/flutter-plugins/pull/408) |
12 | 21 |
|
13 | 22 | ## 4.0.4 |
14 | | -* improvements to documentation |
| 23 | + |
| 24 | +- improvements to documentation |
15 | 25 |
|
16 | 26 | ## 4.0.3 |
17 | | -* [PR #358](https://github.com/cph-cachet/flutter-plugins/pull/358) |
| 27 | + |
| 28 | +- [PR #358](https://github.com/cph-cachet/flutter-plugins/pull/358) |
18 | 29 |
|
19 | 30 | ## 4.0.2 |
20 | | -* [PR #302](https://github.com/cph-cachet/flutter-plugins/pull/302) |
21 | | -* [PR #351](https://github.com/cph-cachet/flutter-plugins/pull/351) |
| 31 | + |
| 32 | +- [PR #302](https://github.com/cph-cachet/flutter-plugins/pull/302) |
| 33 | +- [PR #351](https://github.com/cph-cachet/flutter-plugins/pull/351) |
22 | 34 |
|
23 | 35 | ## 4.0.1 |
24 | | -* Fix of issue #309, i.e. a null pointer that occurs when running the plugin on API 30. |
25 | | -* Replaced the deprecated `IntentService` with a `JobIntentService`. |
26 | | -* [PR #314](https://github.com/cph-cachet/flutter-plugins/pull/314) |
| 36 | + |
| 37 | +- Fix of issue #309, i.e. a null pointer that occurs when running the plugin on API 30. |
| 38 | +- Replaced the deprecated `IntentService` with a `JobIntentService`. |
| 39 | +- [PR #314](https://github.com/cph-cachet/flutter-plugins/pull/314) |
27 | 40 |
|
28 | 41 | ## 4.0.0 |
| 42 | + |
29 | 43 | - Null safety migration |
30 | 44 | - Updated swift code |
31 | 45 |
|
|
0 commit comments