argon_buttons_flutter 1.1.0
argon_buttons_flutter: ^1.1.0 copied to clipboard
This package would help you to create beautiful Loading and Timer buttons. No need to worry animations and states for each of your buttons.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add argon_buttons_flutter
copied to clipboard
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
argon_buttons_flutter: ^1.1.0
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:argon_buttons_flutter/argon_buttons_flutter.dart';
copied to clipboard