Skip to content

Should be able to update FlutterPlugin.groovy #7504

@abarth

Description

@abarth

In gradle-based builds, we have a FlutterPlugin.groovy in the user's source tree. As we iterate in the build system, we're likely to want to change this plugin. We need a mechanism for updating the copy of this file in the user's source tree when we change the version in our source tree.

The simplest thing is to check whether the version in the user's source tree is byte-identical (or has a matching hash) with the version flutter_tools expects.

Metadata

Metadata

Assignees

Labels

platform-androidAndroid applications specificallytoolAffects the "flutter" command-line tool. See also t: labels.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions