0

It is possible to do a lot of elements with labels under FAB without any additional library? If not, what is the best library for this?

I talk about case from Material Design official documentation: https://material.io/components/buttons-floating-action-button#types-of-transitions enter image description here

sosnus
  • 968
  • 10
  • 28

1 Answers1

1

You can do it your self like this answer: https://stackoverflow.com/a/46480722/11345007

or using this pub: https://pub.dev/packages/flutter_speed_dial

Mohamad Alzabibi
  • 166
  • 1
  • 14