simple_speed_dial 0.1.7 simple_speed_dial: ^0.1.7 copied to clipboard
A simple speed dial for Flutter. You can use as many speed dial options as you want. You can use labels next to the speed dial options. Colors of every fab can be set.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add simple_speed_dial
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
simple_speed_dial: ^0.1.7
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:simple_speed_dial/simple_speed_dial.dart';