tw_calendar 1.2.1
tw_calendar: ^1.2.1 copied to clipboard
simple custom calendar for your , support custom headerView, support modify widgets height...
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tw_calendarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tw_calendar: ^1.2.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:tw_calendar/tw_calendar.dart';