material-components-flutter-adaptive icon indicating copy to clipboard operation
material-components-flutter-adaptive copied to clipboard

type of floating action button is wrong

Open fredgrott opened this issue 3 years ago • 1 comments

per scaffold source FAb type is widget. MAkes it hard for beginners to impl adaptive nav patterns as they will wonder what's wrong when they try to impl feature discovery using overlays as it will give error on replacing the fab with a custom widget.

Obvioulsy, it needs to change as far as this rpeo being a pattern to emulate and customize in implementing a flutter app Material Design pattern.

I am going through and analyzing how to implement the other stuff such as Backdrop sidesheets and have noidea when I might get a working example source to contribute back as of yet.

Peace and happy designing

fredgrott avatar Jan 05 '22 11:01 fredgrott

Hi, can you point to code to what you're referring to?

guidezpl avatar Apr 21 '22 20:04 guidezpl