flutter_customizable_calendar 0.0.1
flutter_customizable_calendar: ^0.0.1 copied to clipboard
Customizable calendar views for Flutter.
flutter_customizable_calendar #
A set of calendar views, that help build customizable calendar experience.
Getting started #
- Add flutter_customizable_calendar to your pubspec.yaml file.
- Import
flutter_customizable_calendar.import 'package:flutter_customizable_calendar/flutter_customizable_calendar.dart'; - Use DaysView, WeekView and MonthView widgets.
Usage #
See the example app.