tool_analytics 0.0.1
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';