- 29 Mar, 2017 3 commits
-
-
Adam Barth authored
-
Ian Hickson authored
The new scrolling world marks nodes dirty between frames instead of waiting for the frame, and we've decided that's actually ok. There's no test here because the test harness has a bug that hides this exception. I will submit a separate PR to fix the harness, which will fix a test that, without _this_ patch, fails. All of which is to say, this is actually already tested.
-
Collin Jackson authored
This reverts commit e2b49d64.
-
- 28 Mar, 2017 12 commits
-
-
Ian Hickson authored
cc @cbracken
-
Jason Simmons authored
-
Yegor authored
-
Yegor authored
* enable crash reporting in flutter_tools * fix analytics text; use relative paths * fix test
-
Phil Quitslund authored
* Bump to Dart SDK 1.23.0-dev.10 * allows us to understand flutter usage via telemetry * brings in `@immutable` Fixes: #9042 * completer fix * Update to platform 1.1.1.
-
Michael Goderbauer authored
-
P.Y. Laligand authored
-
Dan Rubel authored
-
Adam Barth authored
We now use modern scrolling machinery and patterns. The API should also be easier to maintain over time. Fixes #6166 Fixes #2591 Fixes #3123
-
Collin Jackson authored
Revert "Revert "Revert "Include fragment support in Android build to allow use of FragmentActivity in FlutterActivity (#9036)"" (#9046)" (#9047) Test is still failing with increased timeout. This reverts commit 864b3c37.
-
Collin Jackson authored
Revert "Revert "Include fragment support in Android build to allow use of FragmentActivity in FlutterActivity (#9036)"" (#9046) Increased the time limit slightly to allow the microbenchmark test time to finish.
-
Collin Jackson authored
Revert "Include fragment support in Android build to allow use of FragmentActivity in FlutterActivity (#9036)" (#9041) This reverts commit 6bf0ceb0.
-
- 27 Mar, 2017 12 commits
-
-
Hans Muller authored
-
Collin Jackson authored
Include fragment support in Android build to allow use of FragmentActivity in FlutterActivity (#9036)
-
Hans Muller authored
-
Luke authored
* adds border radius to ink widgets. sets default ink border radius for material buttons with no background colors * tidying up code * add ink test stub * remove unused import
-
Michael Goderbauer authored
-
Todd Volkert authored
-
Viktor Lidholt authored
Fixes issue with removing and re-adding a toolbar which is connected to the same TabBarController (#9015)
-
Sarah Zakarias authored
* update platform_channel package name * lowercase name
-
Sarah Zakarias authored
-
Jakob Andersen authored
-
Sarah Zakarias authored
* Rename platform_services to platform_channel * rename in README * renamed tests * update modules.xml
-
Jakob Andersen authored
The very first time `pod install` is invoked, CocoaPods downloads the master spec repository, which takes quite a while. Before this change, the build appeared to have stalled. With this change, at least the spinner is moving. Added `pod setup` to the install instructions for CocoaPods, so the spec repo is downloaded while setting up Flutter, instead of during the first build.
-
- 26 Mar, 2017 2 commits
-
-
Adam Barth authored
These parameters are the width, not the height.
-
Adam Barth authored
Otherwise it's somewhat verbose to configure all the text themes.
-
- 25 Mar, 2017 2 commits
-
-
lyrachord authored
-
Michael Goderbauer authored
Old Android Stuio versions pior to 2.2.0 didn't come with Java bundled. Make sure flutter doesn't crash when we try to determine the Java version of those old Android Studio installations.
-
- 24 Mar, 2017 9 commits
-
-
Collin Jackson authored
-
Hans Muller authored
-
John McCutchan authored
-
Yegor authored
-
Hans Muller authored
-
Sarah Zakarias authored
-
Sarah Zakarias authored
* Update the examples README file * Addressed comment
-
Sarah Zakarias authored
-
Sarah Zakarias authored
This reverts commit 38e4e48d.
-