Asked 9 months ago on May 17, 2024 1:50 PM Comments 2 times
Admin
replied
1 week ago on February 24, 2025 8:29 AM
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/go/flutter-gradle-plugin-apply
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
Admin replied 1 week ago on February 24, 2025 8:29 AM
User replied 9 months ago on May 25, 2024 5:14 AM
Good Morning
ATTACHED FILES