Skip to content

yunior123/flutter_awesome_loading_button

Repository files navigation

This is an awesome loading button without external dependencies

Features

Capture d’écran, le 2022-01-15 à 20 50 59

awesome.loading.button.mov

Getting started

This 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',
        ),

Additional information

Feel free to contribute by creating a pull request. I am always available.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published