- 12 Jan, 2021 4 commits
-
-
Sam Rawlins authored
-
Sam Rawlins authored
-
xubaolin authored
-
Devon Carew authored
-
- 11 Jan, 2021 3 commits
-
-
Pedro Massango authored
* update dependencies when widget configuration changes
-
Renzo Olivares authored
-
Hans Muller authored
-
- 08 Jan, 2021 9 commits
-
-
Hans Muller authored
-
Michael Goderbauer authored
-
Michael Goderbauer authored
Revert "Revert "Fix _LateInitializationError for RenderObjectElement.renderObject (#70974)" (#73575)" (#73580)
-
Alabhya authored
-
Michael Goderbauer authored
This reverts commit c243d834.
-
Michael Goderbauer authored
-
Shi-Hao Hong authored
-
Michael Goderbauer authored
-
Kate Lovett authored
-
- 07 Jan, 2021 8 commits
-
-
Michael Goderbauer authored
-
Oscar Robles authored
Adds an example to the docs for ActionListener.
-
Justin McCandless authored
This reverts commit 4901744e, which was a minor breaking change that I missed. Will try to open the PR again following the breaking change process.
-
Justin McCandless authored
-
Nathan Walker authored
-
David LJ authored
-
Kate Lovett authored
-
Ian Hickson authored
* Minor doc, style, and perf updates to Navigator/Routes These are minor fixes I ended up making while working on a larger project that never went anywhere. - Used a ColoredBox instead of a DecoratedBox for ModalBarrier (probably a trivial memory/perf win). - A bunch of Navigator documentation fixes around when things rebuild. - Mark routes dirty when the Navigator has a dependency change. I cannot find a way to test this because as far as I can tell it makes no actual difference to when things rebuild because whenever the Navigator rebuilds the Overlay rebuilds and whenever that happens every OverlayEntry rebuilds, but in theory that's not guaranteed so this is sort of a correctness fix. It may even be a perf loss. We do something similar in didUpdateWidget already. I could be convinced to maybe remove these... - Make ModalRoute.filter public like everything else. - Made ModalRoute update its barrier when it gets an update, in case e.g. the modal barrier depends on inherited widgets via the navigator context. Again, not sure of any way to detect this, it might actually be moot, but it seems to be the technically correct solution? - Minor style fixes. All in all I couldn't figure out a way to test any of this (I wrote multiple large tests but it turns out they all already pass on master and are effectively redundant with existing tests). * Remove extraneous blank line
-
- 06 Jan, 2021 7 commits
-
-
Sam Rawlins authored
-
chunhtai authored
-
chunhtai authored
-
Chinmoy authored
-
Justin McCandless authored
Allows passing in a TextEditingController and FocusNode to RawAutocomplete, which enables split UIs where the TextField is in another part of the tree from the results.
-
YeungKC authored
-
Shi-Hao Hong authored
-
- 05 Jan, 2021 6 commits
-
-
Jesse authored
-
Kate Lovett authored
-
Sam Rawlins authored
-
Sam Rawlins authored
-
chunhtai authored
-
Amit Patil authored
* foregroundImage property added * fixed documentaion nits * test for fallback to background image on foreground image failover * golden test
-
- 04 Jan, 2021 2 commits
-
-
Pierre-Louis authored
* Add 'See also' to cupertino library * Add snippets to CupertinoApp * Add CupertinoPageScaffold samples * Revert "Add CupertinoPageScaffold samples" This reverts commit 01b0adf351f0320af7835551102d62e3416f0eab. * Revert "Revert "Add CupertinoPageScaffold samples"" This reverts commit 0af506237a16f7fec5f3744a9bd015a511a15f72. * Add CupertinoNavigationBar sample * Tweak CupertinoPageScaffold sample * Don't use Material in cupertino samples * Fix colors * Fix capitalization Co-authored-by:
Shi-Hao Hong <shihaohong@google.com> * Apply suggestions from code review Co-authored-by:
Shi-Hao Hong <shihaohong@google.com> * Add comment about backgroundColor Co-authored-by:
Shi-Hao Hong <shihaohong@google.com>
-
Chinmoy authored
-
- 31 Dec, 2020 1 commit
-
-
Shi-Hao Hong authored
-