flutter package example
Features
This is a simple Flutter package that contains a custom button widget. It's intended for learning purposes and testing out the process of creating and publishing a package in Flutter.
Getting started
To use this package, add yo_button_pkg as a dependency in your pubspec.yaml file.
Usage
Import the package into your Dart code, and use the YoButton widget to create a button with custom styling.
YoButton(
yoPress: _incrementCounter,
yoChildWidget: const Text('yo click'),
),
Additional information
Contributions are welcome! If you have any issues or feature requests, please create an issue on the GitHub repository.