Skip to content

Releases: Lyokone/flutterlocation

4.2.1

07 Jun 07:23
aab62d2
Compare
Choose a tag to compare

FIX: add compatibility version to target Java 8.

4.2.0

07 Jun 07:22
5d17b8b
Compare
Choose a tag to compare
  • REFACTOR: remove Android strings.
  • REFACTOR: extract background notification logic to separate class.
  • FIX: wait 2 location updates to make sure that the last knwown position isn't returned instantly #549.
  • FIX: fix the depreciation warning on android #550.
  • FIX: improve changeSettings to be applied immediatly.
  • FEAT: add several information to resolve #552.
  • FEAT: add several information to resolve #552.
  • FEAT: better listen example to prevent infinite location request.
  • FEAT: fix typos.
  • FEAT: add ios requirements.
  • FEAT: improve example app.
  • FEAT: separate result variables to prevent result override.
  • FEAT: add isMock information on LocationData.
  • FEAT: add fallback for LocationAccuracy.reduced on Android.
  • FEAT: add option to reopen app from notification.
  • FEAT: allow for customizing Android notification text, subtext and color.
  • FEAT: update example app to showcase Android notification options.
  • FEAT: allow for customizing Android background notification from dart.
  • FEAT: handle notification changes in Android MethodCallHandler.
  • FEAT: return notification and channel id when changing options.
  • DOCS: update readme web.
  • CHORE: publish packages.
  • CHORE: publish packages.
  • CHORE: publish packages.
  • CHORE: publish packages.
  • CHORE: publish packages.

4.0.0

04 Mar 17:32
e650065
Compare
Choose a tag to compare

Update to null safety.
Add Melos to handle different packages.

3.2.3

19 Jan 07:42
Compare
Choose a tag to compare
v3.2.3

Update to 3.2.3

3.1.0

16 Nov 08:05
2c11ba9
Compare
Choose a tag to compare
  • Fix several issues with iOS not responding

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