|
1 |
| -## [1.0.0] (alfanhui / new_geolocation) |
| 1 | +## [1.0.0] (thanks @alfanhui) |
2 | 2 |
|
3 |
| -* Updated Kotlin to 1.3.41 |
4 |
| -* Updated Kotlin experimental coroutines to Kotlinx |
5 |
| -* Updated Android packages to Androidx (hence major release increment) |
| 3 | +- Updated Kotlin to 1.3.41 |
| 4 | +- Updated Kotlin experimental coroutines to Kotlinx |
| 5 | +- Updated Android packages to Androidx (hence major release increment) |
6 | 6 |
|
7 |
| -## [0.2.3] (alfanhui / new_geolocation) |
| 7 | +## [0.2.3] (thanks @alfanhui) |
8 | 8 |
|
9 |
| -* Added updated pubspec description |
10 |
| -* Flutter format on number of files |
| 9 | +- Added updated pubspec description |
| 10 | +- Flutter format on number of files |
11 | 11 |
|
12 |
| -## [0.2.2] (alfanhui / new_geolocation) |
| 12 | +## [0.2.2] (thanks @alfanhui) |
13 | 13 |
|
14 |
| -* Better encoding of 'options' on LocationUpdatesRequest [hoggetaylor] |
15 |
| -* Fix argument of type string can not be assigned to DiagnosticsNode [osamagamal65] |
16 |
| -* Adding support for new method to request enabling location services [shehabic] |
17 |
| -* Updated Readme [shehabic] |
18 |
| -* Various fixes for XCode 10, and Cocoa Pods 1.5.3 [shehabic] |
19 |
| -* Updated Google Play Services Version [shehabic] |
20 |
| -* Fixed serialization from dart to native platforms [shehabic] |
21 |
| -* Updated kotlin version [shehabic] |
| 14 | +- Better encoding of 'options' on LocationUpdatesRequest [hoggetaylor] |
| 15 | +- Fix argument of type string can not be assigned to DiagnosticsNode [osamagamal65] |
| 16 | +- Adding support for new method to request enabling location services [shehabic] |
| 17 | +- Updated Readme [shehabic] |
| 18 | +- Various fixes for XCode 10, and Cocoa Pods 1.5.3 [shehabic] |
| 19 | +- Updated Google Play Services Version [shehabic] |
| 20 | +- Fixed serialization from dart to native platforms [shehabic] |
| 21 | +- Updated kotlin version [shehabic] |
22 | 22 |
|
23 | 23 | ## [0.2.1]
|
24 | 24 |
|
25 |
| -* Replace `requestPermission(permission)` named parameter by positional |
26 |
| - |
| 25 | +- Replace `requestPermission(permission)` named parameter by positional |
27 | 26 |
|
28 | 27 | ## [0.2.0]
|
29 | 28 |
|
30 |
| -* Refactor single one-shot location |
31 |
| -* Refactor permission management |
32 |
| -* Add continuous location updates support |
33 |
| -* Add in background support for location updates |
34 |
| -* Add request location permission manually |
35 |
| -* Add pause/resume location updates automatically when app goes to background/foreground |
36 |
| -* Add Stream API |
37 |
| -* Fix: Match play-services version to Flutter's firebase plugins |
38 |
| -* Fix: Dart 1.x compatibility |
39 |
| - |
| 29 | +- Refactor single one-shot location |
| 30 | +- Refactor permission management |
| 31 | +- Add continuous location updates support |
| 32 | +- Add in background support for location updates |
| 33 | +- Add request location permission manually |
| 34 | +- Add pause/resume location updates automatically when app goes to background/foreground |
| 35 | +- Add Stream API |
| 36 | +- Fix: Match play-services version to Flutter's firebase plugins |
| 37 | +- Fix: Dart 1.x compatibility |
40 | 38 |
|
41 | 39 | ## [0.1.1]
|
42 | 40 |
|
43 |
| -* Pubspec and documentation fixes |
44 |
| - |
| 41 | +- Pubspec and documentation fixes |
45 | 42 |
|
46 | 43 | ## [0.1.0] - Initial release
|
47 | 44 |
|
48 |
| -* New feature: Last known location |
49 |
| -* New feature: Current location |
50 |
| -* New feature: Location updates |
| 45 | +- New feature: Last known location |
| 46 | +- New feature: Current location |
| 47 | +- New feature: Location updates |
0 commit comments