- 28 Mar, 2017 1 commit
-
-
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 13 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
-
P.Y. Laligand authored
-
Sarah Zakarias authored
-
Jakob Andersen authored
Go through all packages brought in by pub, and write the name and path of every one that is a flutter plugin into .flutter-plugins. In android/settings.gradle and ios/Podfile, read in .flutter-plugins, if that file exists. The Android / iOS code from the plugins is automatically added as dependencies of the native code of the app.
-
Michael Thomsen authored
-
Sarah Zakarias authored
* Add start-up test for flutter_view sample * add reportMetrics flag to startup test * rewording in manifest.yaml
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-