yo_button_pkg 0.0.1 copy "yo_button_pkg: ^0.0.1" to clipboard
yo_button_pkg: ^0.0.1 copied to clipboard

A new Flutter package with a customized TextButton.

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.

1
likes
60
pub points
0%
popularity

Publisher

verified publisheryodev.my.id

A new Flutter package with a customized TextButton.

Repository (GitHub)
View/report issues

Documentation

API reference

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on yo_button_pkg