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
86c6ce99
Unverified
Commit
86c6ce99
authored
Jan 06, 2018
by
Alexander Aprelev
Committed by
GitHub
Jan 06, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove pinning that became obsolete once we moved up to gradle 4.1 (#13963)
parent
c3fab029
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
15 deletions
+3
-15
pubspec.yaml
examples/flutter_gallery/pubspec.yaml
+3
-3
update_packages.dart
packages/flutter_tools/lib/src/commands/update_packages.dart
+0
-12
No files found.
examples/flutter_gallery/pubspec.yaml
View file @
86c6ce99
...
...
@@ -3,11 +3,11 @@ dependencies:
flutter
:
sdk
:
flutter
collection
:
1.14.3
device_info
:
0.
0.5
device_info
:
0.
1.0
intl
:
0.15.2
connectivity
:
0.
1.1
connectivity
:
0.
2.0
string_scanner
:
1.0.2
url_launcher
:
1.0.3
url_launcher
:
2.0.0
cupertino_icons
:
0.1.1
video_player
:
0.0.7
...
...
packages/flutter_tools/lib/src/commands/update_packages.dart
View file @
86c6ce99
...
...
@@ -30,18 +30,6 @@ const Map<String, String> _kManuallyPinnedDependencies = const <String, String>{
// https://github.com/dart-lang/sdk/issues/31442
// TODO(amirh): unpin this.
'test'
:
'0.12.26'
,
// Major version upgrade to next version(2.0.0) breaks flutter build:
// https://github.com/flutter/flutter/issues/13953
// TODO(aam): unpin this.
'url_launcher'
:
'1.0.3'
,
// Version upgrade to next version(0.2.0) breaks flutter build:
// https://github.com/flutter/flutter/issues/13958
// TODO(aam): unpin this.
'connectivity'
:
'0.1.1'
,
// Version upgrade to next version(0.1.0) breaks flutter build:
// https://github.com/flutter/flutter/issues/13956
// TODO(aam): unpin this.
'device_info'
:
'0.0.5'
,
// Add pinned packages here.
};
...
...
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