- 06 Jun, 2018 1 commit
-
-
amirh authored
A bug in _RenderCustomClip was compaeing the type of oldClipper to itself instead to the type of newClipper. This was the root cause for the crash #14937 worked around. This also reverts the workaround introduced in #14937.
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 08 May, 2018 1 commit
-
-
Peter Etelej authored
Minor typo fix for BottomAppBar doc
-
- 21 Apr, 2018 1 commit
-
-
xster authored
-
- 28 Feb, 2018 1 commit
-
-
amirh authored
The downcast was crashing when toggling hasNotch for BottomAppBar.
-
- 26 Feb, 2018 1 commit
-
-
amirh authored
-
- 24 Feb, 2018 1 commit
-
-
amirh authored
-
- 23 Feb, 2018 1 commit
-
-
amirh authored
The Floating Action Button adds some margin around it for the notch. So we need to compute a notch even when the FAB and the Bottom App Bar doe not overlap.
-
- 22 Feb, 2018 1 commit
-
-
amirh authored
-
- 21 Feb, 2018 1 commit
-
-
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
-