geolocator_web 3.0.0 copy "geolocator_web: ^3.0.0" to clipboard
geolocator_web: ^3.0.0 copied to clipboard

Platformweb
unlisted

Official web implementation of the geolocator plugin.

3.0.0 #

BREAKING CHANGE:

  • getServiceStatusStream on web returns a PlatformException i.s.o. UnimplementedError. As the concept of location service doesn't exist on the web platform.

2.2.1 #

  • Migrates tests to support sound null safety.

2.2.0 #

  • Exposes altitude accuracy field in Position object.

2.1.7 #

  • Mark geolocator_web as implementation of geolocator

2.1.6 #

  • Migrates to Dart SDK 2.15.0 and Flutter 2.8.0.

2.1.5 #

  • Fixes repository URL of the package.

2.1.4 #

  • Adds support for the LocationPermission.unableToDetermine status which is reported by the Geolocator.checkPermission() method when a browser (like Safari) doesn't support the permission API.

2.1.3 #

  • Updated to the latest version of the geolocator_platform_interface': 4.0.0`.

2.1.2 #

  • Fixes a bug where the getCurrentPosition and getPositionStream methods return a timeout exception when no timeout interval is specified.

2.1.1 #

  • Upgrade the geolocator_platform_interface dependency to version 3.0.1.

2.1.0 #

  • Made changes to the implementation of the getCurrentPosition and getPositionStream method to match new platform interface.
  • Fixes issues where geolocator doesn't work on Safari due to missing implementation of query method in the browser.

2.0.6 #

  • Fixes a bug where the LocationAccuracy.reduced accuracy value is treated as high accuracy on web.

2.0.5 #

  • Ensure the requestPermission method correctly awaits the users input and not return prematurely (see issue #783).

2.0.4 #

  • Added an example App to demonstrate how to directly use the geolocator_web package in a Flutter application.

2.0.3 #

  • Implement missing isLocationServiceEnabled for web implementation (see issue #694).

2.0.2 #

  • Solve bug receiving same location from stream when using distantFilter (see issue #674).

2.0.1 #

  • Solve bug causing error when requesting permissions (see issue #673).

2.0.0 #

  • Stable release for null safety.

1.0.1 #

  • Solve bug causing error when requesting permissions (see issue #673).

1.0.0 #

  • Initial release of the geolocator web implementation.