flutter_heatmap_grid 0.0.1
flutter_heatmap_grid: ^0.0.1 copied to clipboard
Flutter 网格热力图组件 - 以网格形式展示数据,通过颜色深浅表示数值大小
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_heatmap_gridThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_heatmap_grid: ^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:flutter_heatmap_grid/flutter_heatmap_grid.dart';