chartui 0.0.1
chartui: ^0.0.1 copied to clipboard
ChartUI is a free package for various data charts that make your app and website more interesting and have more utilization and visualization of data. In this package there more than 30+ charts will b [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add chartuiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
chartui: ^0.0.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:chartui/chartui.dart';