Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 (over 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-17T19:41:15.000Z (over 1 year ago)
- Last Synced: 2024-09-29T11:45:37.960Z (3 months ago)
- Topics: android, baseflow, dart, flutter, flutter-plugin, google, ios, play-services
- Language: Dart
- Homepage: https://baseflow.com
- Size: 259 KB
- Stars: 34
- Watchers: 8
- Forks: 27
- Open Issues: 3
-
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