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
Update example app to use the new declarative plugins block instead of
imperative apply methods, as required by Gradle 8.x and modern Flutter.
Changes:
- Migrate settings.gradle to use pluginManagement and plugins blocks
- Update app/build.gradle to use plugins block
- Fixes "app_plugin_loader Gradle plugin imperatively" error
This is required for Gradle 8.1+ compatibility.
0 commit comments