form_floating_action_button 2.1.1 form_floating_action_button: ^2.1.1 copied to clipboard
A Floating Action Button that can be used in forms to provide loading and validation feedback
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add form_floating_action_button
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
form_floating_action_button: ^2.1.1
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:form_floating_action_button/form_floating_action_button.dart';