Skip to content

plugins in flutter/plugin should not depend on a prerelease dart version #56930

@cyanglaz

Description

@cyanglaz

The plugin repo started to fail pre-submit CIs on publish check after the 1.17 stable release. The plugin repo currently only runs the publish check on stable.

One example of such failure is https://cirrus-ci.com/task/5853319912488960
The log doesn't show any useful information other than a warning that previously wouldn't cause the pub publish check to fail.

I plan to fix it by update the lower bound of the dart dependency to 2.1.0 from 2.0.0-dev.28.0

@csells The firebase repo would probably hit the same issue.

Metadata

Metadata

Assignees

Labels

packageflutter/packages repository. See also p: labels.

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions