Skip to content

Releases: Lyokone/flutterlocation

3.0.2

03 Apr 06:45
0c4b056
Compare
Choose a tag to compare

Improve code coverage
Fix a bug when requesting permission using an intent (thanks to kennethj)
Fix a bug when onDetachedFromActivity is called (thanks to creativepsyco)

3.0.1

28 Mar 12:38
Compare
Choose a tag to compare

Fix a crash happening during iOS build

3.0.0

28 Mar 12:38
Compare
Choose a tag to compare

Add Web and macOS as new supported platforms (huge thanks to long1eu)
[BREAKING] Enums are now following Dart guidelines.
[BREAKING] onLocationChanged is now a getter to follow Dart guidelines.

2.5.4

11 Mar 12:37
Compare
Choose a tag to compare

Update documentation
Fix: Airplane mode was preventing location from being requested
Fix: Not crashing when activity is not set on Android

2.5.3

26 Feb 19:32
5ff4eaa
Compare
Choose a tag to compare

Improve code
Update documentation

2.5.2

26 Feb 11:44
88e6234
Compare
Choose a tag to compare

Fix crash on pre-1.12 projects
Align PermissionStatus on iOS with Android