flutter_analytics 0.3.5 copy "flutter_analytics: ^0.3.5" to clipboard
flutter_analytics: ^0.3.5 copied to clipboard

outdated

A barebones Analytics SDK to collect anonymous metadata from flutter apps.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_analytics

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

dependencies:
  flutter_analytics: ^0.3.5

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:flutter_analytics/flutter_analytics.dart';
3
likes
0
pub points
11%
popularity

Publisher

unverified uploader

A barebones Analytics SDK to collect anonymous metadata from flutter apps.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

connectivity, device_info, devicelocale, flutter, flutter_persistent_queue, flutter_udid, http, localstorage, package_info, uuid

More

Packages that depend on flutter_analytics