gameanalytics_sdk 1.0.2 copy "gameanalytics_sdk: ^1.0.2" to clipboard
gameanalytics_sdk: ^1.0.2 copied to clipboard

outdated

Official Flutter SDK for GameAnalytics. GameAnalytics is a free analytics platform that helps game developers understand their players' behaviour by delivering relevant insights.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add gameanalytics_sdk

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  gameanalytics_sdk: ^1.0.2

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:gameanalytics_sdk/gameanalytics.dart';
import 'package:gameanalytics_sdk/web/gameanalytics_js.dart';
import 'package:gameanalytics_sdk/web/gameanalytics_web.dart';
2
likes
0
pub points
50%
popularity

Publisher

verified publishergameanalytics.com

Official Flutter SDK for GameAnalytics. GameAnalytics is a free analytics platform that helps game developers understand their players' behaviour by delivering relevant insights.

Homepage
Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (LICENSE)

Dependencies

flutter, flutter_web_plugins, import_js_library, js

More

Packages that depend on gameanalytics_sdk