-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Description
Repro steps:
-
Create a new module:
flutter create -t module mymodule -
Run it:
cd mymodule; flutter run -d [some android target]
Expected result: Runs with no warnings or errors
Actual result:
Launching lib/main.dart on sdk gphone16k arm64 in debug mode...
You are applying Flutter's main Gradle plugin imperatively using the apply script method,
which is deprecated and will be removed in a future release.
Migrate to applying Gradle plugins with the declarative plugins block:
https://flutter.dev/to/flutter-gradle-plugin-apply
✓ Built build/host/outputs/apk/debug/app-debug.apk
Version info:
mit-macbookpro7:flumod mit$ flutter --version
Flutter 3.27.0-1.0.pre.665 • channel master • https://github.com/flutter/flutter.git
Framework • revision 7453ffd22d (5 days ago) • 2024-11-28 14:08:55 +0100
Engine • revision d7c0bcfe7a
Tools • Dart 3.7.0 (build 3.7.0-188.0.dev) • DevTools 2.41.0-dev.2
Metadata
Metadata
Assignees
Labels
No labels