- 22 Feb, 2018 1 commit
-
-
Michael Thomsen authored
-
- 21 Feb, 2018 12 commits
-
-
Todd Volkert authored
It was failing in the case of an AppContext being in scope but not having a `BotDetector` seeded in it.
-
xster authored
* Fix SliverPadding dropping the chain on scrollOffsetCorrection propagation * review doc
-
xster authored
* Fix focus switching when changing tabs in CupertinoTabScaffold * review * Test focuses are saved within tabs * review
-
Mikkel Nygaard Ravn authored
-
Victor Choueiri authored
-
Victor Choueiri authored
-
xster authored
-
amirh authored
* add a FAB NotchMaker to ScaffoldGeometry * add a notchMaker to FloatingActionButton * Initial implementation of BottomAppBar Mainly includes the notch making logic. Not yet tested as currently there is no way to make the FAB and the BAB overlap, once #14368 to lands we could add unit tests to the BottomAppBar as well. * use a closeable for clearing the FAB notchmaker
-
jcollins-g authored
* Fix packages tests when run off bots * Tweak dependencies to make bots happy * Review comment
-
Hans Muller authored
-
-
-
- 20 Feb, 2018 7 commits
-
-
Todd Volkert authored
Fixes https://github.com/flutter/flutter/issues/14751
-
xster authored
-
Todd Volkert authored
-
Alexander Aprelev authored
-
Alexander Aprelev authored
* Fix snapshot fingerprint check for --preview-dart-2. * Remove printTraces
-
Jason Simmons authored
-
Victor Choueiri authored
-
- 19 Feb, 2018 4 commits
-
-
Danny Tuppeny authored
These URLs all automatically redirect HTTP to HTTPS so makes sense to point users at the secure versions.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Todd Volkert authored
This will allow other tools to call into the roll_dev script to know what version is about to be published without actually publishing.
-
- 17 Feb, 2018 4 commits
-
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
-
xster authored
-
- 16 Feb, 2018 12 commits
-
-
Alexandre Ardhuin authored
* fix potential call on null * review
-
Todd Volkert authored
-
Alexander Aprelev authored
This is needed to support running with local engine's dart sdk. This is follow-up to https://github.com/flutter/flutter/pull/14702.
-
Vyacheslav Egorov authored
* All lists produced by JSON parsing are List<dynamic>. If more speficic type is required then they need to be explicitly cast, e.g. using castFrom helper; * Function of type (ByText) -> Finder is not a subtype of (SerializableFinder) -> Finder because ByText is in the contravariant position; * In Dart 2 typed(any) should be used instead of any in mockito based tests.
-
Matt Sullivan authored
* Added sample code to AnimatedOpacity docs
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
Merging on red tree to get back to green.
-
Mikkel Nygaard Ravn authored
-
Mikkel Nygaard Ravn authored
-
Alexander Aprelev authored
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
-