tool_analytics 0.0.1 copy "tool_analytics: ^0.0.1" to clipboard
tool_analytics: ^0.0.1 copied to clipboard

Contains basic analytics utils

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tool_analytics

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

dependencies:
  tool_analytics: ^0.0.1

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:tool_analytics/data.dart';
import 'package:tool_analytics/data/providers/analytics_provider.dart';
import 'package:tool_analytics/data/providers/user_analytics_provider.dart';
0
likes
30
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Contains basic analytics utils

Homepage

License

MIT (license)

Dependencies

flutter, get_it, tool_logger, tool_utils

More

Packages that depend on tool_analytics