flutter_neat_and_clean_calendar 0.1.3+5
flutter_neat_and_clean_calendar: ^0.1.3+5 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.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