slide_puzzle icon indicating copy to clipboard operation
slide_puzzle copied to clipboard

`slide_puzzle` is broken under Flutter 2.10

Open domesticmouse opened this issue 2 years ago • 2 comments

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 avatar Feb 04 '22 06:02 domesticmouse

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.

samueladekunle avatar Feb 14 '22 17:02 samueladekunle

@samueladekunle Try these steps:

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

ViAsmit avatar Feb 26 '22 14:02 ViAsmit