heatmap_calendar_plus 2.0.0
heatmap_calendar_plus: ^2.0.0 copied to clipboard
A customizable heatmap-style calendar widget for Flutter. Fork of flutter_heatmap_calendar, actively maintained with updates, bug fixes, and new features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add heatmap_calendar_plusThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
heatmap_calendar_plus: ^2.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:heatmap_calendar_plus/heatmap_calendar_plus.dart';