singgih_counter_widget 1.0.0
singgih_counter_widget: ^1.0.0 copied to clipboard
A Flutter package providing a customizable counter widget with increment functionality and Material Design support.
singgih_counter_widget #
A Flutter package providing a customizable counter widget with increment functionality and Material Design support.
Features #
CounterPagewidget with a built-in tap counter- Material Design styling with a customizable app bar title
- Floating action button to increment the counter
Getting Started #
Add singgih_counter_widget to your pubspec.yaml:
dependencies:
singgih_counter_widget: ^1.0.0
Then run:
flutter pub get
Usage #
import 'package:singgih_counter_widget/singgih_counter_widget.dart';
MaterialApp(
home: CounterPage(title: 'My Counter'),
)
Additional Information #
For issues and feature requests, please file them on the issue tracker.
Contributions are welcome — open a pull request on GitHub.