https://github.com/baseflow/flutter-google-api-availability
Check the availability of Google Play services on the current device
https://github.com/baseflow/flutter-google-api-availability
android baseflow dart flutter flutter-plugin google ios play-services
Last synced: 3 months ago
JSON representation
Check the availability of Google Play services on the current device
- Host: GitHub
- URL: https://github.com/baseflow/flutter-google-api-availability
- Owner: Baseflow
- License: mit
- Created: 2018-09-03T13:59:30.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-02-25T12:22:25.000Z (4 months ago)
- Last Synced: 2025-04-09T19:16:44.398Z (3 months ago)
- Topics: android, baseflow, dart, flutter, flutter-plugin, google, ios, play-services
- Language: Dart
- Homepage: https://baseflow.com
- Size: 258 KB
- Stars: 33
- Watchers: 7
- Forks: 34
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Flutter Google API Availability plugin
The Flutter Google API Availability plugin is built following the federated plugin architecture. A detailed explanation of the federated plugin concept can be found in the [Flutter documentation](https://flutter.dev/docs/development/packages-and-plugins/developing-packages#federated-plugins). This means the Google API Availability plugin is separated into the following packages:
1. [`google_api_availability`][1]: 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 [`google_api_availability`][1] plugin you can refer to its [README.md][2] file.
2. [`google_api_availability_platform_interface`][3]: 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][4] of the [`google_api_availability_platform_interface`][3] package.[1]: ./google_api_availability
[2]: ./google_api_availability/README.md
[3]: ./google_api_availability_platform_interface
[4]: ./google_api_availability_platform_interface/README.md