Update Flutter version meta data
This commit is contained in:
parent
c24500c969
commit
6fd9f72c1f
|
|
@ -1,5 +1,4 @@
|
||||||
const FLUTTER_VERSION = const <String, String>
|
const FLUTTER_VERSION = const <String, String>{
|
||||||
{
|
|
||||||
"frameworkVersion": "3.3.4",
|
"frameworkVersion": "3.3.4",
|
||||||
"channel": "stable",
|
"channel": "stable",
|
||||||
"repositoryUrl": "git@github.com:flutter/flutter.git",
|
"repositoryUrl": "git@github.com:flutter/flutter.git",
|
||||||
|
|
@ -9,5 +8,4 @@ const FLUTTER_VERSION = const <String, String>
|
||||||
"dartSdkVersion": "2.18.2",
|
"dartSdkVersion": "2.18.2",
|
||||||
"devToolsVersion": "2.15.0",
|
"devToolsVersion": "2.15.0",
|
||||||
"flutterRoot": "C:\\Users\\hillel\\Documents\\flutter"
|
"flutterRoot": "C:\\Users\\hillel\\Documents\\flutter"
|
||||||
}
|
};
|
||||||
;
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue