Update Flutter version meta data

This commit is contained in:
Hillel Coren 2022-11-06 12:05:26 +02:00
parent c24500c969
commit 6fd9f72c1f
1 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,4 @@
const FLUTTER_VERSION = const <String, String>
{
const FLUTTER_VERSION = const <String, String>{
"frameworkVersion": "3.3.4",
"channel": "stable",
"repositoryUrl": "git@github.com:flutter/flutter.git",
@ -9,5 +8,4 @@ const FLUTTER_VERSION = const <String, String>
"dartSdkVersion": "2.18.2",
"devToolsVersion": "2.15.0",
"flutterRoot": "C:\\Users\\hillel\\Documents\\flutter"
}
;
};