tap_counter_button 0.0.4
tap_counter_button: ^0.0.4 copied to clipboard
A simple Flutter widget that displays a button which increases a counter on tap.
tap_counter_button 🔢 #
A simple Flutter widget that displays a button and increments a counter each time it's tapped.
Perfect for learning Flutter package development or adding a quick counter button to your app.
🚀 Features #
- ✅ A single button that increments a counter on tap
- ✅ Customizable label, background color, and text style
- ✅ Beginner-friendly code for learning package creation
- ✅ Lightweight and dependency-free
📦 Installation #
In your pubspec.yaml:
dependencies:
tap_counter_button: ^0.0.4