location_manager 0.0.4 copy "location_manager: ^0.0.4" to clipboard
location_manager: ^0.0.4 copied to clipboard

PlatformiOS

Plugin for handling location updates.

location_manager #

A plugin for using native location APIs

Steps followed for creating the plugin #

flutter create --org com.location_manager --template=plugin --platforms=ios -i swift location_manager

Host platform code is in the ios directories under location_manager. #

To edit platform code in an IDE see https://flutter.dev/developing-packages/#edit-plugin-package.

To add platforms, run flutter create -t plugin --platforms <platforms> . under location_manager. #

For more information, see https://flutter.dev/go/plugin-platforms.

Try building the app at least once. #

For publishing #

flutter pub publish --dry-run flutter pub publish

4
likes
110
pub points
42%
popularity

Publisher

unverified uploader

Plugin for handling location updates.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

either_dart, flutter, plugin_platform_interface

More

Packages that depend on location_manager