-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Open
Description
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' |
| flutter: '>=3.3.2' |
beam/playground/frontend/pubspec.yaml
Line 25 in d20d0b0
| flutter: ">=3.3.2" |
| flutter: '>=3.3.2' |
Generated project files with computed minimal versions given the package requirements, one per runnable Flutter app:
beam/playground/frontend/pubspec.lock
Line 1068 in d20d0b0
| flutter: ">=3.3.2" |
beam/learning/tour-of-beam/frontend/pubspec.lock
Line 1117 in d20d0b0
| flutter: ">=3.3.2" |
Pinned versions for tools that work on our projects:
beam/playground/frontend/Dockerfile
Line 20 in d20d0b0
| ARG FLUTTER_VERSION=3.3.2 |
| FLUTTER_VERSION: 3.3.2 |
Need a single place to define the version instead.
CI
| FLUTTER_VERSION: '3.7.3' |
| FLUTTER_VERSION: '3.7.3' |
Issue Priority
Priority: 3
Issue Component
Component: beam-playground
Metadata
Metadata
Assignees
Type
Projects
Status
Project Backlog