aleksanderwozniak / deer

Minimalist Flutter Todo App, built using BLoC pattern
MIT License
439 stars 105 forks source link

Compiler error #33

Closed sturza closed 5 years ago

sturza commented 5 years ago

Compiler message: lib/presentation/screen/calendar/calendar_screen.dart:184:7: Error: No named parameter with the name 'onFormatChanged'. onFormatChanged: _onCalendarFormatChanged, ^^^^^^^^^^^^^^^ file:///Users/bsturza/Desktop/Development/flutter/.pub-cache/hosted/pub.dartlang.org/table_calendar-1.1.4/lib/table_calendar.dart:127:3: Context: Found this candidate, but the arguments don't match. TableCalendar({

sturza commented 5 years ago

it cannot find anything in the TableCalendar. If i comment it out, the app builds

aleksanderwozniak commented 5 years ago

I assume you are on master branch. If you check out to dev branch, it should all work correctly. Just run git checkout dev in the project directory.

Right now I am working on a big update - I will merge branches when it is ready.

aleksanderwozniak commented 5 years ago

@sturza You can now just update from master, since #34 fixes all breaking changes.