An open API service indexing awesome lists of open source software.

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

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.