button_loading_fx 0.0.3
button_loading_fx: ^0.0.3 copied to clipboard
A collection of beautiful, customizable loading animations for Flutter buttons. Features smooth pulsing, liquid splash, and more effects to enhance your UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add button_loading_fxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
button_loading_fx: ^0.0.3Alternatively, 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:button_loading_fx/button_loading_fx.dart';