- 20 Mar, 2017 13 commits
-
-
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 21 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
-
Michael Goderbauer authored
-
Phil Quitslund authored
Fixes: #8783
-
Adam Barth authored
Fixes #8850
-
Devon Carew authored
-
Mikkel Nygaard Ravn authored
Breaking change: removed deprecated methods of PlatformMessages, leaving only binary messaging there. All other use of platform communication now goes through PlatformMessageChannel and PlatformMethodChannels. Retained use of String and JSON codecs for now. Companion engine PR: flutter/engine#3482
-
Jakob Andersen authored
Fixes #8821
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Adam Barth authored
-
Chris Bracken authored
-
Michael Goderbauer authored
The problem has been fixed upstream in the Dart VM. This simplifies our setup instructions on Windows (will update the wiki). Furthermore, this also means that going forward there is no diffrence between PowerShell and Cmd for the Flutter experience on Windows.
-
Michael Goderbauer authored
Function keys don't work great on any platform we support: * Mac doesn't have first-class function keys. * On Ubuntu: F1 opens the system help and F10 opens the file dialog. * ... and Windows is a mess as well.
-
Michael Goderbauer authored
-
- 16 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
It's no longer needed with the latest Dart SDK roll.
-