- 12 May, 2016 8 commits
-
-
Matt Perry authored
-
Phil Quitslund authored
Turn on `avoid_return_types_on_setters` and cleanup annotated setters.
-
Hans Muller authored
-
Jason Simmons authored
Artifacts from local engine builds will be found based on the --local-engine flag
-
pq authored
It's safe to remove the unneeded `void`s from setters since the blocking issues in the `always_declare_return_types` lint have been fixed (https://github.com/dart-lang/linter/). We can also safely flip the bit on `avoid_return_types_on_setters`.
-
Devon Carew authored
-
Adam Barth authored
The context and child arguments are required. We should assert that they're non-null. Fixes #3843
-
Chinmay Garde authored
-
- 11 May, 2016 13 commits
-
-
Jason Simmons authored
Host tools can be found in the artifact cache directory for the host platform. If a developer wants to use a local engine build instead, then provide an --engine-build flag that selects the specific engine build variant.
-
Devon Carew authored
* be more lenient when looking for matching android sdk components * use a null aware operator
-
Hans Muller authored
-
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 5 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
-