https://github.com/yogithesymbian/yo_button_pkg
purpose learn flutter package
https://github.com/yogithesymbian/yo_button_pkg
button button-widget flutter
Last synced: 18 days ago
JSON representation
purpose learn flutter package
- Host: GitHub
- URL: https://github.com/yogithesymbian/yo_button_pkg
- Owner: yogithesymbian
- License: mit
- Created: 2023-04-10T23:44:49.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-04-11T08:16:39.000Z (about 3 years ago)
- Last Synced: 2025-07-26T16:56:28.452Z (10 months ago)
- Topics: button, button-widget, flutter
- Language: C++
- Homepage: https://pub.dev/packages/yo_button_pkg
- Size: 204 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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.
```dart
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.