fake_analytics 0.3.0 copy "fake_analytics: ^0.3.0" to clipboard
fake_analytics: ^0.3.0 copied to clipboard

discontinued

A powerful talkingdata analytics plugin for Flutter.

example/lib/main.dart

import 'dart:async';
import 'dart:io';

import 'package:flutter/material.dart';
import 'package:flutter/services.dart';
import './app/app.dart';

void main() {
  runZoned(() {
    runApp(App());
  }, onError: (Object error, [StackTrace stackTrace]) {
    print(error);
    print(stackTrace);
  });

  if (Platform.isAndroid) {
    SystemUiOverlayStyle systemUiOverlayStyle =
        const SystemUiOverlayStyle(statusBarColor: Colors.transparent);
    SystemChrome.setSystemUIOverlayStyle(systemUiOverlayStyle);
  }
}
1
likes
25
pub points
0%
popularity

Publisher

verified publisherhaitanyule.com

A powerful talkingdata analytics plugin for Flutter.

Repository (GitHub)
View/report issues

License

Apache-2.0 (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on fake_analytics