hand_drawn_analytics 0.1.1
hand_drawn_analytics: ^0.1.1 copied to clipboard
Bridges analytics_toolkit queries onto hand_drawn_toolkit charts and tables: runs the query, maps the result, and defaults only what you leave unset.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hand_drawn_analyticsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
hand_drawn_analytics: ^0.1.1Alternatively, 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:hand_drawn_analytics/hand_drawn_analytics.dart';