mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
This commit is contained in:
parent
0265dd3c1a
commit
13c3f9d946
2
bin/cache/dart-sdk.version
vendored
2
bin/cache/dart-sdk.version
vendored
@ -1 +1 @@
|
|||||||
1.18.0-dev.4.4
|
1.19.0-dev.0.0
|
||||||
|
@ -2,7 +2,7 @@ name: flutter_gallery
|
|||||||
dependencies:
|
dependencies:
|
||||||
intl: '>=0.12.4+2 <0.13.0'
|
intl: '>=0.12.4+2 <0.13.0'
|
||||||
collection: '>=1.4.0 <2.0.0'
|
collection: '>=1.4.0 <2.0.0'
|
||||||
string_scanner: '^0.1.5'
|
string_scanner: ^1.0.0
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
path: ../../packages/flutter
|
path: ../../packages/flutter
|
||||||
|
@ -20,6 +20,6 @@ dependencies:
|
|||||||
path: '../flutter_test'
|
path: '../flutter_test'
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
test: 0.12.13+5
|
test: 0.12.15+1
|
||||||
mockito: '^0.11.0'
|
mockito: '^0.11.0'
|
||||||
quiver: '^0.21.4'
|
quiver: '^0.21.4'
|
||||||
|
@ -8,7 +8,7 @@ dependencies:
|
|||||||
flutter:
|
flutter:
|
||||||
path: ../flutter
|
path: ../flutter
|
||||||
markdown: '^0.9.0'
|
markdown: '^0.9.0'
|
||||||
string_scanner: '^0.1.5'
|
string_scanner: ^1.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
|
@ -5,12 +5,12 @@ dependencies:
|
|||||||
# The flutter tools depend on very specific internal implementation
|
# The flutter tools depend on very specific internal implementation
|
||||||
# details of the 'test' package, which change between versions, so
|
# details of the 'test' package, which change between versions, so
|
||||||
# here we pin it precisely to avoid version skew across our packages.
|
# here we pin it precisely to avoid version skew across our packages.
|
||||||
test: 0.12.13+5
|
test: 0.12.15+1
|
||||||
|
|
||||||
# We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do.
|
# We don't actually depend on 'analyzer', but 'test' and 'flutter_tools' do.
|
||||||
# We pin the version of analyzer we depend on to avoid version skew across our
|
# We pin the version of analyzer we depend on to avoid version skew across our
|
||||||
# packages.
|
# packages.
|
||||||
analyzer: 0.27.4-alpha.16
|
analyzer: 0.27.4-alpha.19
|
||||||
|
|
||||||
flutter:
|
flutter:
|
||||||
path: ../flutter
|
path: ../flutter
|
||||||
|
@ -47,7 +47,6 @@ class TestCommand extends FlutterCommand {
|
|||||||
@override
|
@override
|
||||||
bool get requiresProjectRoot => false;
|
bool get requiresProjectRoot => false;
|
||||||
|
|
||||||
@override
|
|
||||||
Validator projectRootValidator = () {
|
Validator projectRootValidator = () {
|
||||||
if (!FileSystemEntity.isFileSync('pubspec.yaml')) {
|
if (!FileSystemEntity.isFileSync('pubspec.yaml')) {
|
||||||
printError(
|
printError(
|
||||||
|
@ -214,7 +214,7 @@ abstract class FlutterCommand extends Command {
|
|||||||
|
|
||||||
Future<int> runInProject();
|
Future<int> runInProject();
|
||||||
|
|
||||||
// This is caculated in run() if the command has [requiresDevice] specified.
|
// This is calculated in run() if the command has [requiresDevice] specified.
|
||||||
Device _deviceForCommand;
|
Device _deviceForCommand;
|
||||||
|
|
||||||
Device get deviceForCommand => _deviceForCommand;
|
Device get deviceForCommand => _deviceForCommand;
|
||||||
|
@ -36,10 +36,10 @@ dependencies:
|
|||||||
# We depend on very specific internal implementation details of the
|
# We depend on very specific internal implementation details of the
|
||||||
# 'test' package, which change between versions, so here we pin it
|
# 'test' package, which change between versions, so here we pin it
|
||||||
# precisely.
|
# precisely.
|
||||||
test: 0.12.13+5
|
test: 0.12.15+1
|
||||||
|
|
||||||
# Pinned in flutter_test as well.
|
# Pinned in flutter_test as well.
|
||||||
analyzer: 0.27.4-alpha.16
|
analyzer: 0.27.4-alpha.19
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
mockito: ^0.11.0
|
mockito: ^0.11.0
|
||||||
|
Loading…
Reference in New Issue
Block a user