tenun 0.1.0
tenun: ^0.1.0 copied to clipboard
Tenun is a production-ready Flutter Charting library with JSON configuration, zoom/pan/fling state machines, drill-down hierarchies, cross-chart synchronization, and zero-allocation rendering pipeline [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tenunThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tenun: ^0.1.0Alternatively, 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:tenun/tenun.dart';