- 24 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 23 May, 2017 3 commits
-
-
Chris Bracken authored
-
Todd Volkert authored
This reverts commit 4a920557.
-
Chris Bracken authored
-
- 22 May, 2017 1 commit
-
-
Phil Quitslund authored
* Bump Dart SDK to `1.24.0-dev.3.0`. * Fix (mega) gallery creation.
-
- 20 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 18 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 17 May, 2017 1 commit
-
-
Todd Volkert authored
* Remove root restriction https://github.com/flutter/flutter/issues/9547 * Add back log msg
-
- 15 May, 2017 2 commits
-
-
Ian Hickson authored
Requires https://github.com/flutter/engine/pull/3688
-
Adam Barth authored
-
- 13 May, 2017 1 commit
-
-
Adam Barth authored
-
- 12 May, 2017 1 commit
-
-
Jason Simmons authored
-
- 11 May, 2017 3 commits
-
-
Michael Goderbauer authored
-
Chris Bracken authored
-
Chris Bracken authored
-
- 10 May, 2017 1 commit
-
-
Jason Simmons authored
-
- 09 May, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 06 May, 2017 1 commit
-
-
Chris Bracken authored
-
- 05 May, 2017 2 commits
-
-
Ian Hickson authored
-
Todd Volkert authored
-
- 02 May, 2017 1 commit
-
-
Michael Goderbauer authored
* Populate PUB_ENVIRONMENT for initial pub get * review comments * change order
-
- 28 Apr, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 27 Apr, 2017 3 commits
-
-
Chris Bracken authored
-
Jason Simmons authored
-
Mikkel Nygaard Ravn authored
-
- 23 Apr, 2017 1 commit
-
-
Brian Slesinsky authored
Without this flag, it shows progress via increasing numbers instead of a progress bar. For some reason, the IDEA console seems to be okay with that.
-
- 21 Apr, 2017 1 commit
-
-
Phil Quitslund authored
-
- 20 Apr, 2017 2 commits
-
-
Todd Volkert authored
-
xster authored
-
- 19 Apr, 2017 1 commit
-
-
Adam Barth authored
-
- 18 Apr, 2017 1 commit
-
-
Mikkel Nygaard Ravn authored
-
- 14 Apr, 2017 2 commits
-
-
Jason Simmons authored
-
Phil Quitslund authored
Brings us inline with the latest internal push.
-
- 13 Apr, 2017 1 commit
-
-
Chris Bracken authored
-
- 12 Apr, 2017 3 commits
-
-
Ian Hickson authored
* Manually fix every use of Point.x and Point.y Some of these were moved to dx/dy, but not all. * Manually convert uses of the old gradient API * Remove old reference to Point. * Mechanical changes I applied the following at the root of the Flutter repository: git ls-files -z | xargs -0 sed -i 's/\bPoint[.]origin\b/Offset.zero/g' git ls-files -z | xargs -0 sed -i 's/\bPoint[.]lerp\b/Offset.lerp/g' git ls-files -z | xargs -0 sed -i 's/\bnew Point\b/new Offset/g' git ls-files -z | xargs -0 sed -i 's/\bconst Point\b/const Offset/g' git ls-files -z | xargs -0 sed -i 's/\bstatic Point /static Offset /g' git ls-files -z | xargs -0 sed -i 's/\bfinal Point /final Offset /g' git ls-files -z | xargs -0 sed -i 's/^\( *\)Point /\1Offset /g' git ls-files -z | xargs -0 sed -i 's/ui[.]Point\b/ui.Offset/g' git ls-files -z | xargs -0 sed -i 's/(Point\b/(Offset/g' git ls-files -z | xargs -0 sed -i 's/\([[{,]\) Point\b/\1 Offset/g' git ls-files -z | xargs -0 sed -i 's/@required Point\b/@required Offset/g' git ls-files -z | xargs -0 sed -i 's/<Point>/<Offset>/g' git ls-files -z | xargs -0 sed -i 's/[.]toOffset()//g' git ls-files -z | xargs -0 sed -i 's/[.]toPoint()//g' git ls-files -z | xargs -0 sed -i 's/\bshow Point, /show /g' git ls-files -z | xargs -0 sed -i 's/\bshow Point;/show Offset;/g' * Mechanical changes - dartdocs I applied the following at the root of the Flutter repository: git ls-files -z | xargs -0 sed -i 's/\ba \[Point\]/an [Offset]/g' git ls-files -z | xargs -0 sed -i 's/\[Point\]/[Offset]/g' * Further improvements and a test * Fix minor errors from rebasing... * Roll engine
-
Chris Bracken authored
-
Ian Hickson authored
* Fix tests to use Ahem, and helpful changes around that - Fix fonts that had metric-specific behaviours. - LiveTestWidgetsFlutterBinding.allowAllFrames has been renamed to LiveTestWidgetsFlutterBinding.framePolicy. - LiveTestWidgetsFlutterBinding now defaults to using a frame policy that pumps slightly more frames, to animate the pointer crosshairs. - Added "flutter run --use-test-fonts" to enable Ahem on devices. - Changed how idle() works to be more effective in live mode. - Display the test name in live mode (unless ahem fonts are enabled). - Added a toString to TextSelectionPoint. - Style nit fixes. * Roll engine to get Ahem changes. * Update tests for dartdoc changes. * Fix flutter_tools tests
-
- 07 Apr, 2017 1 commit
-
-
Phil Quitslund authored
Pulls in latest 1.23. cherry picks, including @abarth’s fix to restrict `@immutable` checks to instance fields.
-
- 05 Apr, 2017 1 commit
-
-
Michael Goderbauer authored
* Roll Dart to 1.23.0-dev.11.3. This is expected to fix the Windows crashes reported in https://github.com/flutter/flutter/issues/8912. * fix tests * Roll to 1.23.0-dev.11.5 * Fix tests
-
- 04 Apr, 2017 1 commit
-
-
Chris Bracken authored
-