Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amplitude/amplitude-flutter
Official Amplitude Flutter SDK
https://github.com/amplitude/amplitude-flutter
amplitude amplitude-analytics dart flutter sdk
Last synced: 8 days ago
JSON representation
Official Amplitude Flutter SDK
- Host: GitHub
- URL: https://github.com/amplitude/amplitude-flutter
- Owner: amplitude
- License: mit
- Created: 2020-04-27T20:24:50.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-09T23:56:47.000Z (about 2 months ago)
- Last Synced: 2024-10-13T08:42:36.663Z (25 days ago)
- Topics: amplitude, amplitude-analytics, dart, flutter, sdk
- Language: Dart
- Homepage: https://developers.amplitude.com/docs/flutter-setup
- Size: 711 KB
- Stars: 116
- Watchers: 15
- Forks: 73
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![pub package](https://img.shields.io/pub/v/amplitude_flutter.svg)](https://pub.dartlang.org/packages/amplitude_flutter)
# Official Amplitude Flutter SDK
This is the official Amplitude Flutter SDK developed and maintained by Amplitude Inc.
## Installation and Quick Start
- Please visit our :100:[Developer Center](https://developers.amplitude.com/docs/flutter-setup) for instructions on installing and using our the SDK.
- For developing the SDK, please visit our [CONTRIBUTING.md](https://github.com/amplitude/Amplitude-Flutter/blob/main/CONTRIBUTING.md) to get started.## Compatibility
From Amplitude Flutter v3.11.0, we bump up the kotlin version to v1.7.10 to support latest Gradle. For Gradle Version lower than v6.7.1, we recommend to use the Amplitude Flutter v3.10.0. The following matrix lists the minimum support for Amplitude Flutter SDK version.
|Amplitude Flutter|Gradle|Android Gradle Plugin|Kotlin Gradle Plugin|
|-|-|-|-|
| `3.11.+` | `6.7.1` | `3.6.4` | `1.7.10` |Learn more about the Android [Gradle Plugin compatibility](https://developer.android.com/studio/releases/gradle-plugin#updating-gradle), [Gradle compatibility](https://docs.gradle.org/current/userguide/compatibility.html#kotlin), and [Kotlin compatibility](https://kotlinlang.org/docs/whatsnew17.html#bumping-minimum-supported-versions).
## Need Help?
If you have any problems or issues over our SDK, feel free to create a github issue or submit a request on [Amplitude Help](https://help.amplitude.com/hc/en-us/requests/new).