- 28 Mar, 2017 9 commits
-
-
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 10 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.
-
Yegor authored
-
- 23 Mar, 2017 5 commits
-
-
Luke authored
* adds highlight + splash color properties to material button * add states to raised button + flat button * fixes an issue where the custom highlight would not be properly set * Add preliminary tests for theme highlight + splash and via theme * documentation changes. tweaks per code review feedback * comment out unused variable * remove unused import * documentation updates. removed commented code
-
Alexandre Ardhuin authored
-
Chris Bracken authored
-
xster authored
-
Michael Goderbauer authored
* Use Java bundled with Android Studio for gradle * review comments
-