game_analytics 0.0.4 copy "game_analytics: ^0.0.4" to clipboard
game_analytics: ^0.0.4 copied to clipboard

discontinuedreplaced by: gameanalytics_sdk
PlatformAndroid

A Flutter plugin to GameAnalytics SDK, Deep dive into any part of your game

example/lib/main.dart

import 'package:flutter/material.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatefulWidget {
  @override
  _MyAppState createState() => _MyAppState();
}

class _MyAppState extends State<MyApp> {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      home: Scaffold(
        appBar: AppBar(
          title: const Text('Plugin example app'),
        ),
        body: Center(
          child: Text('Running'),
        ),
      ),
    );
  }
}
0
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A Flutter plugin to GameAnalytics SDK, Deep dive into any part of your game

Repository (GitHub)
View/report issues

Documentation

API reference

License

ISC (LICENSE)

Dependencies

flutter

More

Packages that depend on game_analytics