Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter_platform_widget issue after flutter upgrade to 3.16.0 #137

Open
mpastewski opened this issue Nov 16, 2023 · 3 comments
Open

flutter_platform_widget issue after flutter upgrade to 3.16.0 #137

mpastewski opened this issue Nov 16, 2023 · 3 comments

Comments

@mpastewski
Copy link

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 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
@Kazumna
Copy link

Kazumna commented Nov 22, 2023

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!

@mpastewski
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants
@mpastewski @Kazumna and others