Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/go-acoustic/connect-flutter
Connect Flutter Plugin.
https://github.com/go-acoustic/connect-flutter
Last synced: about 22 hours ago
JSON representation
Connect Flutter Plugin.
- Host: GitHub
- URL: https://github.com/go-acoustic/connect-flutter
- Owner: go-acoustic
- License: other
- Created: 2024-06-28T02:59:19.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-13T19:16:06.000Z (4 months ago)
- Last Synced: 2024-07-14T03:52:35.049Z (4 months ago)
- Language: Dart
- Size: 6.09 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# connect_flutter_plugin
## Overview
The Flutter plugin can be instrumented with your Flutter applications so you can capture user
interactions and application data and then play back and analyze the data with Acoustic Connect. For more information, see the [Flutter SDK overview](https://developer.goacoustic.com/acoustic-exp-analytics/docs/flutter-sdk-overview).## Getting Started
To start working with the Connect Flutter plugin, Add the plugin to your application and configure Connect. Refer to [Installation instructions](https://developer.goacoustic.com/acoustic-connect/docs/add-acoustic-behavioral-data-sdk-to-an-ios-app#flutter).
## Build the sample app
Example sample app files you can use to build to view quick example implementations of all core functionalities are provided with the plugin. To start working with the example files, refer to [Build the sample app](https://developer.goacoustic.com/acoustic-connect/docs/build-a-sample-app-to-evaluate-the-connect-sdk#flutter).