location_web 6.0.0 copy "location_web: ^6.0.0" to clipboard
location_web: ^6.0.0 copied to clipboard

Platformweb

The web implementation of the location plugin.

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: ^7.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: ^7.0.0
  ...
copied to clipboard

Once you have location in pubspec.yaml you should be able to use package:location as normal.

9
likes
140
points
235k
downloads

Publisher

verified publisherbernos.dev

Weekly Downloads

2024.10.02 - 2025.04.16

The web implementation of the location plugin.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, http_parser, location_platform_interface, web

More

Packages that depend on location_web