flutter_awesome_loading_button

Last updated:

0 purchases

flutter_awesome_loading_button Image
flutter_awesome_loading_button Images
Add to Cart

Description:

flutter awesome loading button

These is an awesome loading button without external dependencies
Features #

https://user-images.githubusercontent.com/47259501/149643618-8d5f1d58-b5ed-40f0-bae5-dbf2f9118b89.mov
Getting started #
These is a very simple to use package.
Usage #
Example
AwesomeLoadingButton(
loadingIndicatorColor: Colors.blue,
loadingIndicatorValueColor: const AlwaysStoppedAnimation(
Colors.blueAccent,
),
onPressed: () async {
await Future.delayed(
const Duration(
seconds: 5,
),
);
},
text: 'Fetch',
),
copied to clipboard
Additional information #
Feel free to contribute by creating a pull request. I am always available.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.