simple_heatmap_calendar 0.4.0
simple_heatmap_calendar: ^0.4.0 copied to clipboard
A powerful and easy-to-use Flutter heatmap calendar package which supports internationalization, UTC time zone, and offers rich and adjustable options.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_heatmap_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
simple_heatmap_calendar: ^0.4.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:simple_heatmap_calendar/simple_heatmap_calendar.dart';