Skip to content

refactor: deprecate imperative apply of Flutter's Gradle plugins #75

@alestiago

Description

@alestiago

Note: This issue was originally raised in Very Good CLI by @yuruyuri16 (VeryGoodOpenSource/very_good_cli#968)

Description

Since Flutter 3.16, Flutter's Gradle plugins are now applied using the Plugin DSL syntax instead of the legacy script syntax. See the official migration document.

Steps To Reproduce

  1. Create a very good flutter app
  2. Run in android and some deprecation messages will pop up.

Expected Behavior
Run with no warnings.

Screenshots
Screenshot 2024-02-23 at 14 55 57

Requirements

  • Update all our Android templates that are relying on the imperative apply of Flutter's Gradle Plugins

Metadata

Metadata

Assignees

Labels

p1High-priority issues at the top of the work listproduct: very_good_coreChanges that affect the Very Good Core template.product: very_good_flame_gameChanges that affect the Very Good Flame Game template.product: very_good_wear_appChanges that affect the Very Good Wear App template.refactorA code change that neither fixes a bug nor add a feature

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions