- 05 Jun, 2017 6 commits
-
-
Todd Volkert authored
Fixes #10077
-
Ian Hickson authored
-
Chris Bracken authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-
- 03 Jun, 2017 4 commits
-
-
Alexandre Ardhuin authored
-
Chris Bracken authored
Should be reverted when https://github.com/flutter/flutter/issues/6577 is fixed.
-
Michael Goderbauer authored
Adds a widgets that blocks all semantics of widgets below it in paint order within the same container (#10425)
-
Chris Bracken authored
-
- 02 Jun, 2017 14 commits
-
-
Chris Bracken authored
Adds support for requesting keyboards optimised for email address and URL entry.
-
Chris Bracken authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10424
-
xster authored
* Small setup doc for the app store option * review notes
-
Ian Hickson authored
This prevents some of our mixins from being subclassed. Also, move mixins to using 'extends' instead of 'implements' for future compatibility with Dart changes. Also, rename a class that had Mixin in the name but was not a mixin.
-
Devon Carew authored
* add min version checks for IntelliJ * validate the installed versions of IntelliJ and the flutter plugin * review comments
-
Devon Carew authored
* have app loggers log to their parent logger * rename field to parent * add todo * revert flutter_tools.iml change * ping the bots
-
Chris Bracken authored
-
Collin Jackson authored
-
Collin Jackson authored
-
Michael Goderbauer authored
Picks up accessibility fixes.
-
Gary Qian authored
-
Alexandre Ardhuin authored
* preview of prefer_asserts_in_initializer_list lint * fix issue
-
xster authored
Create a CupertinoNavigationBar without automatic adding of the lead button
-
- 01 Jun, 2017 6 commits
-
-
xster authored
Extract layout logic in material app bar to a common file that can be reused for cupertino
-
Rafal Wachol authored
-
Mikkel Nygaard Ravn authored
-
Ian Hickson authored
-
Michael Goderbauer authored
* (Update and) Integrate Rendering README into code * Add mising whitespace * Review comments and other touch-ups
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/10399
-
- 31 May, 2017 10 commits
-
-
Yegor authored
-
Yegor authored
* move more tests to Linux hosts * fix test
-
Yegor authored
-
Chris Bracken authored
Eliminates nearly-duplicate install instructions for libimobiledevice, ideviceinstaller. Since ideviceinstaller depends on libimobiledevice, it's almost certain that if libimobiledevice isn't installed, or needs updating, so does ideviceinstaller.
-
Chris Bracken authored
This message will be emitted both when libimobiledevice requires updating, or when it has not yet been installed. It's also not specifically the version of Xcode that it's incompatible with, it's the lockdownd daemon, which is actually more closely tied to iTunes.
-
xster authored
Check ThemeData instead of Theme.
-
Ian Hickson authored
Also, clean up the menus code a bit. Also, make it easier to write a PopupMenuEntry that has itself many items (for example, the way Chrome's menu has icons in a row).
-
Ian Hickson authored
-
Jason Simmons authored
Fixes https://github.com/flutter/flutter/issues/9923
-
Todd Volkert authored
The lint ensures that the prefix you use in your "import ... as" directive conforms to lowercase_with_underscores style. However, generated code often doesn't, since it may use preceding underscores for collision avoidance, or directly use locale codes in the prefixes.
-