- 21 Apr, 2017 9 commits
-
-
Hans Muller authored
-
Ian Hickson authored
-
Phil Quitslund authored
-
Ian Hickson authored
Move the Drag*Details classes into drag_details.dart. Move the one-gesture drag recognizers into monodrag.dart. Move Drag into drag.dart. Adjust the comments to claim that Drag is used by other things than MultiDragGestureRecognizer. (Right now this is a lie but it will hopefully be true soon.)
-
Adam Barth authored
This is such a fundamental property of the system that we forgot to document it. Fixes #6818
-
jcollins-g authored
* Have sanity check pass on old and new versions of flutter
-
Michael Thomsen authored
* Add Pods cache dir to ios/.gitngnore * Add missing ending newlines
-
Michael Thomsen authored
* Make seperation between app and plugin main.dart more manageable. * Jakob review feedback * Remove empty line * Add missing newline
-
Alexandre Ardhuin authored
-
- 20 Apr, 2017 12 commits
-
-
Zachary Anderson authored
-
P.Y. Laligand authored
-
Todd Volkert authored
-
John McCutchan authored
There is a race where we could complete a future based on a stream event and then before we cancel the stream subscription, we get another event and try and complete the future again.
-
Devon Carew authored
* improve progress display when running apps; speed up startup * review comments
-
Alexandre Ardhuin authored
* comprehensive list of lints * add comments to commented out lint * fix unnecessary_this lints * exclude prefer_final_fields
-
Ian Hickson authored
These tests have recently been turning the build red incorrectly. Until they are reliable, let's mark them flaky.
-
Alexandre Ardhuin authored
-
Kasper Lund authored
-
xster authored
-
Hans Muller authored
-
Jason Simmons authored
A change in overflow mode requires calculation of the text size and resetting the overflow shader
-
- 19 Apr, 2017 10 commits
-
-
Jason Simmons authored
Subsequent operations like debugAssertDoesMeetConstraints() may do layout operations that alter _textPainter's state. Fixes https://github.com/flutter/flutter/issues/9372
-
Adam Barth authored
-
Devon Carew authored
-
Chinmay Garde authored
* Remove FadeTransition from _MountainViewFadeTransition. * Update tests.
-
xster authored
-
Hans Muller authored
-
Ian Hickson authored
-
Devon Carew authored
-
Adam Barth authored
Turns out we have many immutable classes. Fixes #6892
-
John McCutchan authored
- [x] Switch the reassemble timeout to 5 seconds. - [x] Print a status message if reassemble fails: ``` Performing hot reload... Reassembling app.flx$main took too long. Hot reload may have failed. Reloaded 0 of 418 libraries in 5,322ms. ``` Fixes #9316 Fixes #8861 Fixes #8857 Fixes #8856
-
- 18 Apr, 2017 9 commits
-
-
Brian Slesinsky authored
-
Mikkel Nygaard Ravn authored
-
Ian Hickson authored
-
John McCutchan authored
- [x] Refresh FlutterViews before issuing a hot reload / restart Fixes #7248
-
Hans Muller authored
-
Devon Carew authored
-
Mikkel Nygaard Ravn authored
-
John McCutchan authored
- [x] Resume the isolate before performing a hot restart. Fixes #8923
-
Hans Muller authored
-