tam_chart 1.0.0
tam_chart: ^1.0.0 copied to clipboard
The TAM Chart package is a powerful and easy-to-use Flutter library for creating and displaying animated custom charts representing Total Addressable Market (TAM) data. This package allows you to visu [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tam_chartThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tam_chart: ^1.0.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:tam_chart/tam_chart.dart';