Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.