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

slide_puzzle is broken under Flutter 2.10 #10

Open
domesticmouse opened this issue Feb 4, 2022 · 2 comments
Open

slide_puzzle is broken under Flutter 2.10 #10

domesticmouse opened this issue Feb 4, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@domesticmouse
Copy link
Contributor

Description
slide_puzzle doesn't compile.

Steps To Reproduce

$ flutter run -d chrome
Launching lib/main.dart on Chrome in debug mode...
../../../flutter/.pub-cache/hosted/pub.dartlang.org/url_launcher_web-2.0.7/lib/url_launcher_web.dart:50:61: Error: No named parameter with the name 'isVisible'.
        .registerViewFactory(linkViewType, linkViewFactory, isVisible: false);
@domesticmouse domesticmouse added the bug Something isn't working label Feb 4, 2022
@samueladekunle
Copy link

I got this message in the console:

C:/Development/flutter/.pub-cache/hosted/pub.dartlang.org/platform-3.0.2/lib/src/interface/local_platform.dart:46:19: Error: Member not found: 'packageRoot'.
      io.Platform.packageRoot; // ignore: deprecated_member_use
                  ^^^^^^^^^^^
Failed to compile application.

@ViAsmit
Copy link

ViAsmit commented Feb 26, 2022

@samueladekunle
Try these steps:

1.flutter pub upgrade
2. flutter clean
3. flutter pub get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants