Skip to content

ChristianEdwardPadilla/flutter-geolocator

This branch is 5 commits ahead of, 60 commits behind Baseflow/flutter-geolocator:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

cbcb463 · Jan 31, 2024
Jan 30, 2024
Jan 31, 2024
Jan 30, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jan 31, 2024
Jun 8, 2018
Nov 11, 2019
Jun 10, 2022
May 15, 2019
May 15, 2019
Sep 24, 2020
May 15, 2019
Oct 2, 2023

Repository files navigation

Flutter geolocator plugin

The Flutter geolocator plugin is built following the federated plugin architecture. A detailed explanation of the federated plugin concept can be found in the Flutter documentation. This means the geolocator plugin is separated into the following packages:

  1. geolocator: the app facing package. This is the package users depend on to use the plugin in their project. For details on how to use the geolocator plugin you can refer to its README.md file.
  2. geolocator_android: this package contains the endorsed Android implementation of the geolocator_platform_interface and adds Android support to the geolocator app facing package. More information can be found in its README.md file;
  3. geolocator_apple: this package contains the endorsed iOS and macOS implementations of the geolocator_platform_interface and adds iOS and macOS support to the geolocator app facing package. More information can be found in its README.md file;
  4. geolocator_web: this package contains the endorsed web implementation of the geolocator_platform_interface and adds web support to the geolocator app facing package. More information can be found in its README.md file;
  5. geolocator_windows: this package contains the endorsed Windows implementation of the geolocator_platform_interface and adds Windows support to the geolocator app facing package. More information can be found in its README.md file;
  6. geolocator_platform_interface: this package declares the interface which all platform packages must implement to support the app-facing package. Instructions on how to implement a platform package can be found in the README.md of the geolocator_platform_interface package.

About

Android and iOS Geolocation plugin for Flutter

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 87.6%
  • C++ 6.4%
  • CMake 4.3%
  • Ruby 1.2%
  • HTML 0.5%