Update flutter version details

This commit is contained in:
Hillel Coren 2021-02-09 11:40:52 +02:00
parent 0d31a09904
commit c4d059579d
1 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
const FLUTTER_VERSION = const <String, String>{ const FLUTTER_VERSION = const <String, String>{
"frameworkVersion": "1.26.0-17.2.pre", 'frameworkVersion': '1.26.0-17.2.pre',
"channel": "dev", 'channel': 'dev',
"repositoryUrl": "git@github.com:flutter/flutter.git", 'repositoryUrl': 'git@github.com:flutter/flutter.git',
"frameworkRevision": "79b49b9e1057f90ebf797725233c6b311722de69", 'frameworkRevision': '79b49b9e1057f90ebf797725233c6b311722de69',
"frameworkCommitDate": "2021-02-03 15:33:39 -0800", 'frameworkCommitDate': '2021-02-03 15:33:39 -0800',
"engineRevision": "2c527d6c7e70e2f51bca1a46f1174b250f84c5da", 'engineRevision': '2c527d6c7e70e2f51bca1a46f1174b250f84c5da',
"dartSdkVersion": "2.12.0 (build 2.12.0-259.8.beta)", 'dartSdkVersion': '2.12.0 (build 2.12.0-259.8.beta)',
"flutterRoot": "C:\\Users\\hillel\\Documents\\flutter" 'flutterRoot': 'C:\\Users\\hillel\\Documents\\flutter'
}; };