flutter_customizable_calendar 0.0.1 copy "flutter_customizable_calendar: ^0.0.1" to clipboard
flutter_customizable_calendar: ^0.0.1 copied to clipboard

outdated

Customizable calendar views for Flutter.

flutter_customizable_calendar #

A set of calendar views, that help build customizable calendar experience.

Getting started #

  1. Add flutter_customizable_calendar to your pubspec.yaml file.
  2. Import flutter_customizable_calendar.
    import 'package:flutter_customizable_calendar/flutter_customizable_calendar.dart';
    
  3. Use DaysView, WeekView and MonthView widgets.

Usage #

See the example app.