- 10 May, 2016 10 commits
-
-
Devon Carew authored
-
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 18 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
-
Jason Simmons authored
-
Phil Quitslund authored
Fix analyzer error messages.
-
- 07 May, 2016 1 commit
-
-
Adam Barth authored
TextAlign applies to a whole paragraph instead of applying to an individual text span. This patch moves the property out of TextStyle and into a separate property on Text and RichText.
-
- 06 May, 2016 9 commits
-
-
Chinmay Garde authored
-
pq authored
-
pq authored
Will have the result of restoring `[static warning]` to `[warning]`, etc. (This is essentially how we handle it in the analyzer CLI.)
-
Adam Barth authored
Fixes #3759
-
Phil Quitslund authored
Analysis re-work to use analyzer APIs.
-
Ian Hickson authored
It has no more clients. Follow-up to #3734. Fixes #2484
-
pq authored
-
Devon Carew authored
* avoid sending analytics on ci systems * review comments
-
Viktor Lidholt authored
-
- 05 May, 2016 2 commits
-
-
krisgiesing authored
* Move global analysis options file to the repo root Also restore the analysis options file for stocks example, since the global options trigger warnings on generated intl files. * Remove obsolete analysis options file for Material Gallery example
-
Jason Simmons authored
-