stylable_calendar 0.1.3+hotfix.11 copy "stylable_calendar: ^0.1.3+hotfix.11" to clipboard
stylable_calendar: ^0.1.3+hotfix.11 copied to clipboard

A calendar that is less complicated and can customize as you want.

stylable_calendar #

A calendar that is less complicated and can customize as you want.

Parameters available:

StylableCalendar({
    this.selectedDate, // Provide a DateTime object
    this.specialDays, // will mark with border. ex: [1, 4, 6]
    this.isLoading, // if needed to animate after some task
    this.highlightedDays, // will mark with dot. ex: [1, 4, 6]
    this.onNext, // (DateTime date) {}
    this.onPrevious, // (DateTime date) {}
    this.primaryColor = Colors.black54,
    this.primaryColorDark = Colors.black,
    this.secondaryColor = Colors.white,
    this.isCollapsed = false,
    this.isPreviousActive = false,
    this.isNextActive = false,
});
1
likes
30
pub points
52%
popularity

Publisher

unverified uploader

A calendar that is less complicated and can customize as you want.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

dart_days, flutter, intl

More

Packages that depend on stylable_calendar