location_web
v5.0.1The web implementation of the location plugin.
Package archive: https://pubdev.letsnova.ru/api/archives/location_web/5.0.1.tar.gz
Install
dart pub add location_webReadme
location_web
The web implementation of location.
Usage
Import the package
This package is the endorsed implementation of location for the web platform since version 3.0.0, so it gets automatically added to your dependencies by depending on location: ^3.0.0.
No modifications to your pubspec.yaml should be required in a recent enough version of Flutter (>=1.12.13+hotfix.4):
...
dependencies:
...
location: ^4.0.0
...
Once you have location in pubspec.yaml you should be able to use package:location as normal.
Changelog
5.0.1
- Downgraded dependency on js ^0.7.1 to js ^0.6.3 for compatibility with firebase_core ^2.27.2 (#942)
5.0.0
- Bump minimum Dart version to 3.1, minimum Flutter version to 3.16
- Bump dependencies
4.2.0
- Add accuracy to location data, if available (#876 by Tyler Jewell)
4.1.1
- Bump dependency on
location_platform_interfaceto^3.1.1
4.1.0
- Refactoring (#853)
- Set up code formatting & linting on CI
- Remove unused dependency on
package:meta - Bump dependency on
location_platform_interfaceto^3.1.0 - Bump minimum Flutter to 3.3
4.0.0
- Bump minimum Flutter to 3.0 (#847)
3.1.1
- Update a dependency to the latest release.
3.1.0
- FEAT: add several information to resolve #552.
3.0.0
Note: This release has breaking changes.
- FEAT: add option to reopen app from notification.
- FEAT: allow for customizing Android notification text, subtext and color.
- FEAT: allow for customizing Android background notification from dart.
- DOCS: update readme web.
- CHORE: publish packages.
- CHORE: publish packages.
- CHORE: publish packages.
- BREAKING REFACTOR: update the location_web flutter dependency to
=1.20.0 in order to remove placeholder folders.
2.0.2
- FIX: Update Flutter SDK constraint to >=1.20.0 in order to remove placeholder folders
2.0.1
- DOCS: update readme web.
- CHORE: publish packages.
2.0.0
- FEAT: Update to null safety.
- Update to null safety and Melos
[1.0.1] 07th December 2020
- Update Android SDK to Android 10/Q (API level 29)
[1.0.0] 26th March 2020
- First release of the Web platform of the Location plugin (huge thanks to long1eu)
