mikemimik / flutter-calendar

A Calendar Widget for flutter
Other
41 stars 12 forks source link

refactor: rename day.dart (Day class) to 'Date' #12

Closed mikemimik closed 7 years ago

mikemimik commented 7 years ago

Rational: Calendars have dates and the syntax makes more sense Date.day, Date.year, Date.events

Also passing around a 'Date' makes more sense than passing around a 'Day'

mikemimik commented 7 years ago

28 makes this moot. We're not passing around this component anymore.