loading_transition_button 0.0.1 copy "loading_transition_button: ^0.0.1" to clipboard
loading_transition_button: ^0.0.1 copied to clipboard

A Customizable transition button for Flutter. Animate you loading proccess with ease.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add loading_transition_button
copied to clipboard

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  loading_transition_button: ^0.0.1
copied to clipboard

Alternatively, 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:loading_transition_button/loading_transition_button.dart';
copied to clipboard
37
likes
90
points
28
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.08 - 2025.04.22

A Customizable transition button for Flutter. Animate you loading proccess with ease.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, vector_math

More

Packages that depend on loading_transition_button