pinkfish / flutter_calendar

Calendar widget for flutter
BSD 2-Clause "Simplified" License
243 stars 40 forks source link

void for Null on value #8

Open seder001 opened 6 years ago

seder001 commented 6 years ago

Hello,

since flutter 0.10.1 the Null of calendarheader.dart:136 must be void

22977 replaces most of Null by void. See the mail proposing this change.

cheers, seder001