Update Flutter version meta data

This commit is contained in:
Hillel Coren 2022-11-06 12:05:44 +02:00
parent 6fd9f72c1f
commit fdc553e1f3
1 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
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',
"frameworkRevision": "eb6d86ee27deecba4a83536aa20f366a6044895c", 'frameworkRevision': 'eb6d86ee27deecba4a83536aa20f366a6044895c',
"frameworkCommitDate": "2022-10-04 22:31:45 -0700", 'frameworkCommitDate': '2022-10-04 22:31:45 -0700',
"engineRevision": "c08d7d5efc9aa6eb3c30cfb3be6dc09bca5e7631", 'engineRevision': 'c08d7d5efc9aa6eb3c30cfb3be6dc09bca5e7631',
"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'
}; };