spider_chart_updated 0.3.0
spider_chart_updated: ^0.3.0 copied to clipboard
Spider Chart is a simple spider/radar charting library for Flutter
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add spider_chart_updatedThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
spider_chart_updated: ^0.3.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:spider_chart_updated/spider_chart_updated.dart';