- 29 Aug, 2019 1 commit
-
-
Hans Muller authored
-
- 22 Jul, 2019 1 commit
-
-
Darren Austin authored
Made the Flutter Gallery use the new ThemeMode property so that it can use the system's dark/light mode setting by default.
-
- 15 May, 2019 1 commit
-
-
Tong Mu authored
* Add buttons to WidgetController and TestPointer * Add more buttons * Let TestPointer handle default device * Use getter only buttons
-
- 26 Apr, 2019 1 commit
-
-
LongCatIsLooong authored
- Fixed the bug where CupertinoRefreshControl doesn't work in the gallery demo on Android. - Updated documentation on CupertinoRefreshControl - Added comments to the gallery demo - Added concrete examples to ScrollPhysics
-
- 15 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 09 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 07 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* fix indentof statements in BlockFunctionBody * fix indentof statements in BlockFunctionBody in tests
-
- 06 Mar, 2019 1 commit
-
-
TruongSinh Tran-Nguyen authored
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 10 Jan, 2019 1 commit
-
-
Jonah Williams authored
-
- 08 Jan, 2019 1 commit
-
-
Michael Goderbauer authored
-
- 06 Nov, 2018 4 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
Jonah Williams authored
This reverts commit 71e9bd6f.
-
Jonah Williams authored
-
- 05 Nov, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 23 Oct, 2018 1 commit
-
-
xster authored
-
- 16 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
* Future<void> main * Future<void>.delayed * prefer_void_to_Null * address review comments
-
- 12 Oct, 2018 2 commits
-
-
matthew-carroll authored
This reverts commit 80f80ab0.
-
matthew-carroll authored
For G3 Roll: * Revert "MaterialButton must honor its minWidth and height parameters (#22919)" This reverts commit a0233233. * Revert "Update uses of ButtonTheme.bar: pass along the current Theme's colorScheme (#22827)" This reverts commit 655bf6a2. * Revert "ButtonTheme.of().colorScheme defers to Theme (#22880)" This reverts commit a590940e. * Revert "Bring TextTheme into alignment with the current Material spec (#22330)" This reverts commit 8bfb4b3e. * Revert "Added ColorScheme, updated ThemeData, ButtonTheme, material buttons (#22013)" This reverts commit eea3465a. * Manual adjustments to fix reversion issues.
-
- 11 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 06 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 04 Oct, 2018 1 commit
-
-
Jonah Williams authored
-
- 02 Oct, 2018 2 commits
-
-
Hans Muller authored
Introduce an overall material "color scheme" and to make it possible to redefine how a component's visual properties bind to the color scheme and to the existing material Theme.
-
mockturtl authored
* use RadioListTile in expansion panels demo Fixes #6048. - expose `_Location` - appease analyzer
-
- 25 Sep, 2018 4 commits
-
-
Hans Muller authored
-
Dan Field authored
* Refactor of cupertino/material/widgets app * update docs * Update tests for const
-
Dan Field authored
* Make CupertinoApp and MaterialApp both use WidgetsApp for Navigator * Make CupertinoApp and MaterialApp const constructors * Make WidgetsApp routes aware * Update tests
-
- 24 Sep, 2018 1 commit
-
-
Hans Muller authored
-
- 12 Sep, 2018 2 commits
-
-
Jonah Williams authored
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 11 Sep, 2018 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2018 1 commit
-
-
TL Lee authored
<img width="273" alt="pesto_before" src="https://user-images.githubusercontent.com/13839358/43009716-64b6d726-8c0c-11e8-989a-13eaff72ccee.png"> <img width="273" alt="pesto_after" src="https://user-images.githubusercontent.com/13839358/43009717-66074a34-8c0c-11e8-92ae-f5fb4074f43a.png">
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 09 Aug, 2018 1 commit
-
-
Ian Hickson authored
Somehow I forgot to say "super.tap()" when calling "tap()" on the new superclass, so it was just recursing infinitely but ended up actually crashing on the first reuse of the finder. The error was previously swallowed, I made this print it instead.
-
- 06 Aug, 2018 1 commit
-
-
Ian Hickson authored
- Check memory usage in release builds, not profile. - Use multiple runs and average the results.
-
- 04 Aug, 2018 1 commit
-
-
Jonah Williams authored
-
- 02 Aug, 2018 2 commits
-
-
Ian Hickson authored
* Revert "Add pub cache, artifacts, pkgs to Cirrus cache (#20080)" This reverts commit 07e93b38. * Revert "Reduce noise on the memory benchmarks (#19630)" This reverts commit 8eb5cb7d.
-
Ian Hickson authored
- Check memory usage in release builds, not profile. - Use multiple runs and average the results.
-