-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
When I try to run my app in chrome, I keep getting this error:
../../../../AppData/Local/Pub/Cache/hosted/pub.dartlang.org/date_range_picker-1.0.6/lib/date_range_picker.dart:1152:44: Error: Method not found: 'ButtonTheme.bar'. final Widget actions = new ButtonTheme.bar(
I just updated flutter to the last version of and as posted in this post in StackOverflow, ButtonTheme.bar is deprecated. This results in not being able to run the app in web. I don't use "directly" ButtonTheme, but the package flutter_form_builder does. Someone already posted the issue in flutter_form_builder.
Maybe a solution would be to modify date_range_picker yourself to replace the ButtonTheme with ButtonBarTheme...
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels