You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
mpastewski
changed the title
flutter_platform_widget issue after flutter upgrade to
flutter_platform_widget issue after flutter upgrade to 3.16.0
Nov 16, 2023
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.
The text was updated successfully, but these errors were encountered: