- 11 May, 2016 10 commits
-
-
Chinmay Garde authored
-
Hans Muller authored
-
Chinmay Garde authored
-
Chinmay Garde authored
-
Devon Carew authored
-
Jason Simmons authored
-
Phil Quitslund authored
Bump Dart SDK to 1.17.0-dev.3.0.
-
pq authored
Keeping up with the Joneses!
-
Collin Jackson authored
Fix crash installing onto certain Android devices
-
Collin Jackson authored
-
- 10 May, 2016 14 commits
-
-
Devon Carew authored
* use vendored dart sdk; check the expected version of flutter * search up directories looking for the flutter root
-
Phil Quitslund authored
Turn on SDK summaries in flutter analyze.
-
Devon Carew authored
-
pq authored
-
pq authored
The latest dev build has stable summaries so we should start using them. (Also ensures that analysis options are propogating to the SDK analysis context --- see: https://github.com/dart-lang/sdk/issues/26129.)
-
Devon Carew authored
* send ext.flutter.exit * listen for help restart, quit * refactor into a separate class
-
Todd Volkert authored
Fixes #3835
-
Todd Volkert authored
-
Todd Volkert authored
Fixes #3835
-
Jason Simmons authored
Update flutter_tools for the "unoptimized" engine build flag and the new output directory naming scheme (#3832)
-
Jim Beveridge authored
Upgrade gradle files for Android Studio 2.1
-
Jim Beveridge authored
Fixes #3833
-
Matt Perry authored
* Use mojo clipboard service for copy/paste toolbar. BUG=https://github.com/flutter/flutter/issues/1567
-
Hans Muller authored
-
- 09 May, 2016 16 commits
-
-
Adam Barth authored
Fixes #417
-
Hans Muller authored
-
Phil Quitslund authored
Remove gratuitous pub resolver from flutter analysis.
-
Adam Barth authored
-
Chinmay Garde authored
-
Phil Quitslund authored
Bump Dart SDK to 1.17.0-dev.2.0.
-
pq authored
Package mapping is already done by the `PackageDependencyTracker` so this extra check is at best not needed. (At worst could cause an unneeded and costly call to `pub list-package-dirs`!)
-
Hans Muller authored
-
pq authored
-
Phil Quitslund authored
Analyze update to use in-memory package map.
-
pq authored
-
Hans Muller authored
-
Devon Carew authored
-
Adam Barth authored
Fixes #3795
-
pq authored
Updates the analyze command to pass a package map to analysis rather than a file path. This allows us to avoid creating a needless temporary `.packages` file and host directory and saves us a trip to disk to retrieve the contents when building our URI resolvers for analysis.
-
Jason Simmons authored
-