creative_ui_button 0.0.2
creative_ui_button: ^0.0.2 copied to clipboard
Theme-aware, animated buttons for Flutter: contained, outlined, text, and animated variants with async and smart back.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add creative_ui_buttonThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
creative_ui_button: ^0.0.2Alternatively, 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:creative_ui_button/creative_ui_button.dart';