cool_buttons 0.0.2
cool_buttons: ^0.0.2 copied to clipboard
The Cool Buttons Flutter package (package:cool_buttons) is a collection of visually engaging, customizable button widgets designed to enhance the user interface of Flutter applications. It provides a [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add cool_buttonsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
cool_buttons: ^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:cool_buttons/cool_buttons.dart';