animated_buttons_flutter 1.0.0
animated_buttons_flutter: ^1.0.0 copied to clipboard
Animated Buttons for Flutter is a comprehensive collection of highly customizable, performant buttons with modern visual effects. Built for developers needing eye-catching interactions, this package offers
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_buttons_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
animated_buttons_flutter: ^1.0.0Alternatively, 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:animated_buttons_flutter/animated_button.dart';
import 'package:animated_buttons_flutter/morphing_button.dart';
import 'package:animated_buttons_flutter/ripple_button.dart';