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
4bbf72a0
Commit
4bbf72a0
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
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
8 additions
and
8 deletions
+8
-8
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
pubspec.yaml
packages/flutter_tools/pubspec.yaml
+2
-2
No files found.
bin/cache/dart-sdk.version
View file @
4bbf72a0
1.1
8.0-dev.4.4
1.1
9.0-dev.0.0
examples/flutter_gallery/pubspec.yaml
View file @
4bbf72a0
...
...
@@ -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 @
4bbf72a0
...
...
@@ -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 @
4bbf72a0
...
...
@@ -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 @
4bbf72a0
...
...
@@ -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/pubspec.yaml
View file @
4bbf72a0
...
...
@@ -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