Skip to content

[Task]: Single source of truth for Flutter version #23243

@alexeyinkin

Description

@alexeyinkin

To update Flutter in Playground, currently the following needs to be updated:

Project files that declare minimal required versions as we desire, one per Flutter project:

flutter: ">=3.3.2"

Generated project files with computed minimal versions given the package requirements, one per runnable Flutter app:

flutter: ">=3.3.2"

Pinned versions for tools that work on our projects:

ARG FLUTTER_VERSION=3.3.2

Need a single place to define the version instead.

CI

FLUTTER_VERSION: '3.7.3'

Issue Priority

Priority: 3

Issue Component

Component: beam-playground

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Project Backlog

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions