- 02 Jun, 2017 5 commits
-
-
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.
-
- 30 May, 2017 2 commits
-
-
Michael Goderbauer authored
-
Sarah Zakarias authored
-
- 29 May, 2017 5 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Yusuke Konishi authored
-
Fahad authored
Replace a misplaced StatelessWidget class with StatefulWidget class
-
- 27 May, 2017 4 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
-
Ian Hickson authored
You can't have a newline between the `]` and the `(` in an image in markdown it turns out.
-
Ian Hickson authored
Minor fixes throughout, e.g. removing trailing commas from the end of sample code expressions, changing headings to "sample code" more consistently, removing stale todos, fix typos in a private method name, minor grammar fixes, added some clarifications to CircularProgressIndicator, LinearProgressIndicator, CrossAxisAlignment, added some cross-references to various members, made it slightly clearer that layout algorithms are implementation details. Clarified "elevation" throughout. Added docs to InkResponse and InkWell. Added sample code for: SliverAppBar, Card, ListTile, EdgeInsets, Row, Column, CustomScrollView, ListView, SliverFixedExtentList, and SliverGrid. Fixes #10317. Fixes #10316. Fixes #10267. (sort of, see comment therein) Fixes #9331. (sort of, see comment therein) Fixes #9407. (sort of, see comment therein)
-
- 26 May, 2017 8 commits
-
-
Chris Bracken authored
Relocates two tests alongside other related tests: * moved code_signing_test.dart alongside other lib/src/ios tests * moved terminal_test.dart alongside other lib/src/base tests
-
Jacob Richman authored
* Add more tests of toStringDeep. These tests will help ensure toStringDeep behavior is not regressed by refactoring toStringDeep to support structured data.
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Robert Felker authored
-
Devon Carew authored
-
Mary authored
-