simple_table_calendar 0.0.4 copy "simple_table_calendar: ^0.0.4" to clipboard
simple_table_calendar: ^0.0.4 copied to clipboard

A Flutter package to provide a simple table calendar with custom styling.

The Simple Table Calender is used to show a table calender to user where they can select a specific date in range given

Features #

you can add custom list of dates withn the range you have given to enable only that days.

Usage #

Add the below code in your project and customize accordingly

TableCalender(
    firstDay: DateTime(2021, 1, 1),
    lastDay: DateTime(2021, 12, 31),
    selectedDay: DateTime(2021, 1, 1),
    onDaySelected: (DateTime day) => print(day),
  ),

Additional information #

For any queries contact: shettypannaga003@gmail.com

1
likes
150
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package to provide a simple table calendar with custom styling.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter, intl

More

Packages that depend on simple_table_calendar