jpl_form_floating_action_button 2.1.2
jpl_form_floating_action_button: ^2.1.2 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 jpl_form_floating_action_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
jpl_form_floating_action_button: ^2.1.2Alternatively, 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:jpl_form_floating_action_button/jpl_form_floating_action_button.dart';