Skip to content
This repository has been archived by the owner on Dec 6, 2023. It is now read-only.

Commit

Permalink
Simplify dart versions
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse committed Jul 13, 2023
1 parent 01a2aba commit 227789a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions flutter-sdk-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
flutter_sdk:
stable:
flutter_version: 3.10.6
dart_language_version: 3.0.6
dart_language_version: 3.0.0
beta:
flutter_version: 3.13.0-0.1.pre
dart_language_version: 3.1.0-262.1.beta
dart_language_version: 3.1.0-0
dev:
flutter_version: 3.10.6
dart_language_version: 3.0.6
dart_language_version: 3.0.0
old:
flutter_version: 3.7.12
dart_language_version: 2.19.6
dart_language_version: 2.19.0
master:
flutter_version: 3.13.0-2.0.pre
dart_language_version: 3.1.0-297.0.dev
dart_language_version: 3.1.0-0

0 comments on commit 227789a

Please sign in to comment.