flutter_neat_and_clean_calendar 0.1.4+6
flutter_neat_and_clean_calendar: ^0.1.4+6 copied to clipboard
Simple and clean flutter calendar with ability to slide up/down to show weekly/monthly calendar. Forked from [flutter_clean_calender](https://pub.flutter-io.cn/packages/flutter_clean_calendar)
0.1.4+6 - 2021-03-05 #
- Dependency on date_utils package resolved
- The Utils class is now directly embedded in the package
- This reduces the chance of possible dependency problems
0.1.3+5 Layout of event list improved #
- The event list is now built of a Row of Expanded widgets instead of the ListTile
0.1.2+4 Export of NeatCleanCalendarEvent class #
- NeatCleanCalendarEvent now is exported, so that the separate import is no longer necessary
0.1.1+3 Corrected README #
- README - style corrected
0.1.1+2 Corrected README #
- README - style corrected
0.1.0+1 First public release #
- Moved the method to render the event list into the package
- New parameters onEventSelected and eventListBuilder