survey_kit icon indicating copy to clipboard operation
survey_kit copied to clipboard

flutter_platform_widget issue after flutter upgrade to 3.16.0

Open mpastewski opened this issue 2 years ago • 3 comments

After upgrading Flutter SDK from 3.13.9 to 3.16.0, I started getting compilation errors in the flutter_platform_widget library:

../../../.pub-cache/hosted/pub.dev/flutter_platform_widgets-3.3.5/lib/src/platform_text_field.dart:578:30: Error: The argument type 'bool?' can't be assigned to the parameter type 'bool' because 'bool?' is nullable and 'bool' isn't. enabled: data?.enabled ?? enabled,

It's impossible to upgrade flutter_platform_widget, as the current survey_kit depends on version 3.3.5.

mpastewski avatar Nov 16 '23 12:11 mpastewski

Hey mate, did you get a chance to solve the issue? I've encountered that issue as well. Pls let me know if you've found a way to solve it. Thanks!

Kazumna avatar Nov 22 '23 22:11 Kazumna

So far, I rolled back to Flutter 3.13.9 and it works for now...

mpastewski avatar Nov 23 '23 10:11 mpastewski