- 22 Mar, 2017 5 commits
-
-
Jakob Andersen authored
-
Jakob Andersen authored
* Remove unnecessary Android SDK checks. * Remove unused accessors, skip replay test.
-
Sarah Zakarias authored
* Refactor platform_services sample * removed exception
-
Sarah Zakarias authored
-
Michael Thomsen authored
* Revert "use color.shadeXxx instead of color[Xxx] (#8932)" This reverts commit 578ca0a2. * Revert "add missing const keyword (#8931)" This reverts commit fac2fac1. * Revert "Make min/max fling velocity and min fling distance ScrollPhysics properties (#8928)" This reverts commit dac80aac. * Revert "Defer to operating system for whichAll (#8921)" This reverts commit 14933de9. * Revert "Update gradle wrapper and build-tools version for flutter create. (#8914)" This reverts commit deb71cc6.
-
- 21 Mar, 2017 7 commits
-
-
Alexandre Ardhuin authored
* use color.shadeXxx instead of color[Xxx] * remove calls to .shade500 on MaterialColor * remove calls to .shade200 on MaterialAccentColor * fix test
-
Alexandre Ardhuin authored
-
Hans Muller authored
-
Michael Goderbauer authored
The old `whichAll` implementation was not considering different extensions for executables on Windows. By defering to OS-built-in tools we avoid implementing it. Fixes #8882.
-
asaarnak authored
* Update gradle wrapper and build-tools version. Tested manually by "flutter create" with Idea "flutter run" and from android studio "run" android app. * Update com.android.tools.build to 2.3.0
-
Adam Barth authored
This patch prepares us to remove InputValue in favor of TextEditingValue.
-
Michael Goderbauer authored
* Avoid downloading artifacts twice * Don't update cache before `flutter upgrade` is executed (`flutter upgrade` might bump the engine version) * Don't update cache twice during `flutter precache` Fixes #8249. * add test
-
- 20 Mar, 2017 15 commits
-
-
Adam Barth authored
Fixes #8235
-
Adam Barth authored
Fixes #8794
-
Adam Barth authored
Fixes #8519
-
Adam Barth authored
The latter is the proper spelling. Fixes #8883
-
Ian Hickson authored
We keep breaking --watch because we don't test it.
-
Jason Simmons authored
-
Jason Simmons authored
-
Adam Barth authored
Fixes #7520
-
Sarah Zakarias authored
-
Adam Barth authored
Fixes #4017
-
Adam Barth authored
Previously they tried to compute an integer target end index, but integers can't represent infinity. Now we use null to represent infinity. Also, fix some similar issues with grids. Fixes #8398
-
Adam Barth authored
Fixes #7503 Fixes #8870
-
-
Jakob Andersen authored
-
Jakob Andersen authored
* Remove legacy .apk build. Print out an error message telling the user to upgrade the project if it's not Gradle-based. Removed all the obvious traces of the legacy build. Added support for Dart VM kernel snapshots in Gradle builds. Fixed Android installs to verify that the app is actually installed, and not just rely on the presence of the .sha1 file.
-
- 19 Mar, 2017 3 commits
-
-
Adam Barth authored
Fixes #4301
-
David Yang authored
The recommended minimum tappable area is actually 44.0pt according to the [iOS Human Interface Guidline](https://developer.apple.com/ios/human-interface-guidelines/visual-design/layout/). > Provide ample spacing for interactive elements. Try to maintain a minimum tappable area of 44pt x 44pt for all controls. I've also added an override to allow for flexibility in situations where designers get naughty and have a desire to make everything super small.
-
Zachary Anderson authored
-
- 18 Mar, 2017 2 commits
-
-
Adam Barth authored
This update adds support for custom fonts in icons. As an example, it can be used with the icon-set from https://materialdesignicons.com Thanks to @vlidholt for the original patch. Fixes #4494 Fixes #3199
-
Adam Barth authored
-
- 17 Mar, 2017 8 commits
-
-
Michael Goderbauer authored
Fixes #7793.
-
Jason Simmons authored
-
Hans Muller authored
-
Adam Barth authored
This machinery is useful for arbitrary boxes (e.g., with FittedBox). Fixes #6463
-
Hans Muller authored
-
Adam Barth authored
Fixes #6382
-
Adam Barth authored
-
Phil Quitslund authored
The excellent `local-history` plugin for vscode, saves history in `.history` files; this ignores them. See: https://marketplace.visualstudio.com/items?itemName=xyz.local-history
-