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

outdated

A flutter plugin to show animated horizontal view of calendar with date picker.

animated_horizontal_calendar #

A flutter plugin to show animated horizontal view of calendar with date picker.

Features #

  • Seperate Date picker Component.
  • CustomShape and style for Selected Item.
  • CustomShape and style for unSelected Item.
  • Swipe behavior,not list.

Getting Started #

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

depandancy packeges #

  • intl

App Demo #

Example #

This plugin allow you to do custom styles and shapes for Selected and UnSelected dates

    AnimatedHorizontalCalendar(
        date: DateTime.now(),
        textColor: Colors.black45,
        backgroundColor: Colors.white,
        selectedColor: Color(0xff092B47),
        iconColor: Colors.white,
        onDateSelected: (date){
           selectedDate = date;
       } 
    ),
37
likes
0
pub points
66%
popularity

Publisher

unverified uploader

A flutter plugin to show animated horizontal view of calendar with date picker.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on animated_horizontal_calendar