table_calendar_tz 1.0.2
table_calendar_tz: ^1.0.2 copied to clipboard
Highly customizable, feature-packed calendar widget for Flutter with correct timezone and DST support. Fork of table_calendar.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add table_calendar_tzThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
table_calendar_tz: ^1.0.2Alternatively, 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:table_calendar_tz/table_calendar_tz.dart';