single_tapable_buttons 0.0.13
single_tapable_buttons: ^0.0.13 copied to clipboard
With this customizable button, you can control your button capability and styling
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add single_tapable_buttonsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
single_tapable_buttons: ^0.0.13Alternatively, 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:single_tapable_buttons/single_tapable_buttons.dart';