location_web 5.0.3 location_web: ^5.0.3 copied to clipboard
The web implementation of the location plugin.
5.0.3 #
- Bump dependency on
location_platform_interface
to^5.0.0
5.0.2 #
- Remove dependency on
dart:html
in favor ofpackage:web
to allow complation to WASM (#956)
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_interface
to^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_interface
to^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)