flutter_speed_dialer 0.0.2 copy "flutter_speed_dialer: ^0.0.2" to clipboard
flutter_speed_dialer: ^0.0.2 copied to clipboard

Dart 1 only

A FAB speed dialer for Flutter.

flutter_speed_dialer #

A FAB Speed Dialer for flutter that actually works.

Taken verbatim from Collin Jackson's StackOverflow post.

Demo gif

Getting Started #

Just add a SpeedDialer as your FAB within a scaffold, like this:

floatingActionButton:
    new SpeedDialer(children: modeButtons));

where you define the buttons that will pop out like this:

    List<Widget> modeButtons = [
      new SpeedDialerButton(backgroundColor: Colors.blue,
          icon: Icons.directions_bike, onPressed: () => print("Clicked"), text: "hi!")];

For help getting started with Flutter, view our online documentation.

For help on editing package code, view the documentation.

0
likes
10
pub points
0%
popularity

Publisher

unverified uploader

A FAB speed dialer for Flutter.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_speed_dialer