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 3.24 #222

Open
saleh-aleid opened this issue Aug 8, 2024 · 6 comments
Open

Flutter 3.24 #222

saleh-aleid opened this issue Aug 8, 2024 · 6 comments

Comments

@saleh-aleid
Copy link

../../../.pub-cache/hosted/pub.dev/vrouter-1.2.1/lib/src/widgets/router_app/widgets_vrouter.dart:488:9: Error: No named parameter with the name 'checkerboardRasterCacheImages'.

@wafto
Copy link

wafto commented Aug 8, 2024

Same problem.

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.0, on macOS 14.5 23F79 darwin-x64, locale en-MX)
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2024.1)
[✓] VS Code (version 1.92.0)
[✓] Connected device (3 available)
[✓] Network resources

• No issues found!

@AntonEriksson978
Copy link

RIP

@Piyush-e7
Copy link

Piyush-e7 commented Aug 13, 2024

I am experiencing the same issue.

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.0, on macOS 14.5 23F79 darwin-arm64, locale
en-IN)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.2)
[✓] VS Code (version 1.91.1)
[✓] Connected device (5 available)
[✓] Network resources

• No issues found!

@brightknight08
Copy link

made a fork and have made it to work on flutter/3.24 https://github.com/brightknight08/vrouter

@stevo-knievo
Copy link

@brightknight08 your fork worked well - thank you so, so much!

@stevo-knievo
Copy link

When you upgrade to the latest Flutter as of today is 3.27.1 + the fork from @brightknight08.

dependencies:
  flutter:
    sdk: flutter
  vrouter:
    git:
      url: https://github.com/brightknight08/vrouter.git
      ref: aa63aef20377f7d11f1ca00b9a7d873380b12801

We are getting a new issue:

flutter build apk --debug                                                                                                                                             1m4s
Changing current working directory to: /Users/stefan/Code/bedandbale/mobile_temp

Support for Android x86 targets will be removed in the next stable release after 3.27. See https://github.com/flutter/flutter/issues/157543 for details.

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':move_to_background'.
> Could not create an instance of type com.android.build.api.variant.impl.LibraryVariantBuilderImpl.
   > Namespace not specified. Specify a namespace in the module's build file. See https://d.android.com/r/tools/upgrade-assistant/set-namespace for information about setting the namespace.

     If you've specified the package attribute in the source AndroidManifest.xml, you can use the AGP Upgrade Assistant to migrate to the namespace value in the build file. Refer to https://d.android.com/r/tools/upgrade-assistant/agp-upgrade-assistant for general information about using the AGP Upgrade Assistant.

* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.

BUILD FAILED in 2s
Running Gradle task 'assembleDebug'...                           2,663ms
Gradle task assembleDebug failed with exit code 1

I opened an issue on the move_to_background repo: Sayegh7/move_to_background#15

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

6 participants