small_calendar 0.3.1 copy "small_calendar: ^0.3.1" to clipboard
small_calendar: ^0.3.1 copied to clipboard

discontinued
outdatedDart 1 only

Small Calendar widget. With ability to display weekday indication and some basic info about every day.

small_calendar #

small_calendar widget.

Usage #

Add Dependency #

dependencies:
    small_calendar: "^0.3.0"

Import It #

import 'package:small_calendar/small_calendar.dart';

Styling #

  • 1. - weekdayIndicationHeight
  • 2. - WeekdayIndicationStyleData/textStyle
  • 3. - WeekdayIndicationStyleData/backgroundColor
  • 4. - DayStyleData/extendedDayTextStyle
  • 5. - DayStyleData/dayTextStyle
  • 6. - tick
  • 7. - textTickSeparation
  • 8. - selectedColor
  • 9. - todayColor

Tips #

If you call setState() inside onDisplayedMonthChanged the calendar ticks might flicker. To avoid this save SmallCalendar widget as a variable and only create a new SmallCalendar when you really need to (as is done in example).

0
likes
30
pub points
0%
popularity

Publisher

unverified uploader

Small Calendar widget. With ability to display weekday indication and some basic info about every day.

Repository (GitHub)
View/report issues

License

BSD-2-Clause (LICENSE)

Dependencies

flutter, meta

More

Packages that depend on small_calendar