Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
Front-End
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
abdullh.alsoleman
Front-End
Commits
13c3f9d9
Commit
13c3f9d9
authored
Jul 27, 2016
by
pq
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dart (1.19.0-dev.0.0) and analyzer (0.27.4-alpha.19).
parent
0265dd3c
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
9 additions
and
10 deletions
+9
-10
dart-sdk.version
bin/cache/dart-sdk.version
+1
-1
pubspec.yaml
examples/flutter_gallery/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_driver/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_markdown/pubspec.yaml
+1
-1
pubspec.yaml
packages/flutter_test/pubspec.yaml
+2
-2
test.dart
packages/flutter_tools/lib/src/commands/test.dart
+0
-1
flutter_command.dart
packages/flutter_tools/lib/src/runner/flutter_command.dart
+1
-1
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+2
-2
No files found.
bin/cache/dart-sdk.version
View file @
13c3f9d9
1.1
8.0-dev.4.4
1.1
9.0-dev.0.0
examples/flutter_gallery/pubspec.yaml
View file @
13c3f9d9
...
...
@@ -2,7 +2,7 @@ name: flutter_gallery
dependencies
:
intl
:
'
>=0.12.4+2
<0.13.0'
collection
:
'
>=1.4.0
<2.0.0'
string_scanner
:
'
^0.1.5'
string_scanner
:
^1.0.0
flutter
:
path
:
../../packages/flutter
...
...
packages/flutter_driver/pubspec.yaml
View file @
13c3f9d9
...
...
@@ -20,6 +20,6 @@ dependencies:
path
:
'
../flutter_test'
dev_dependencies
:
test
:
0.12.1
3+5
test
:
0.12.1
5+1
mockito
:
'
^0.11.0'
quiver
:
'
^0.21.4'
packages/flutter_markdown/pubspec.yaml
View file @
13c3f9d9
...
...
@@ -8,7 +8,7 @@ dependencies:
flutter
:
path
:
../flutter
markdown
:
'
^0.9.0'
string_scanner
:
'
^0.1.5'
string_scanner
:
^1.0.0
dev_dependencies
:
flutter_test
:
...
...
packages/flutter_test/pubspec.yaml
View file @
13c3f9d9
...
...
@@ -5,12 +5,12 @@ dependencies:
# The flutter tools depend on very specific internal implementation
# details of the 'test' package, which change between versions, so
# here we pin it precisely to avoid version skew across our packages.
test
:
0.12.1
3+5
test
:
0.12.1
5+1
# 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
# packages.
analyzer
:
0.27.4-alpha.1
6
analyzer
:
0.27.4-alpha.1
9
flutter
:
path
:
../flutter
packages/flutter_tools/lib/src/commands/test.dart
View file @
13c3f9d9
...
...
@@ -47,7 +47,6 @@ class TestCommand extends FlutterCommand {
@override
bool
get
requiresProjectRoot
=>
false
;
@override
Validator
projectRootValidator
=
()
{
if
(!
FileSystemEntity
.
isFileSync
(
'pubspec.yaml'
))
{
printError
(
...
...
packages/flutter_tools/lib/src/runner/flutter_command.dart
View file @
13c3f9d9
...
...
@@ -214,7 +214,7 @@ abstract class FlutterCommand extends Command {
Future
<
int
>
runInProject
();
// This is caculated in run() if the command has [requiresDevice] specified.
// This is ca
l
culated in run() if the command has [requiresDevice] specified.
Device
_deviceForCommand
;
Device
get
deviceForCommand
=>
_deviceForCommand
;
...
...
packages/flutter_tools/pubspec.yaml
View file @
13c3f9d9
...
...
@@ -36,10 +36,10 @@ dependencies:
# We depend on very specific internal implementation details of the
# 'test' package, which change between versions, so here we pin it
# precisely.
test
:
0.12.1
3+5
test
:
0.12.1
5+1
# Pinned in flutter_test as well.
analyzer
:
0.27.4-alpha.1
6
analyzer
:
0.27.4-alpha.1
9
dev_dependencies
:
mockito
:
^0.11.0
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment