# parayada_ui_collection

A comprehensive collection of UI components for Flutter applications.

## Features

- **Easy to Use:** Simplified API for quick integration into your project.
- **Customizable:** Designed to be easily styled to match your branding.
- **Responsive:** Adaptive layouts for mobile, tablet, and desktop.

## Getting Started

To use the `parayada_ui_collection` package in your Flutter app, add it to your dependencies in the `pubspec.yaml`:

```yaml
dependencies:
  parayada_ui_collection: ^0.0.2

Then run:

flutter pub get

Usage

Import the package in your Dart code:

import 'package:parayada_ui_collection/duolingo/button.dart'

Here's a simple example to use a Duolingo button from the package:

Widget build(BuildContext context) {
  return DuolingoButton(child: const Text('Check'), onPressed: () {})
}

Contributing

Contributions are welcome! Please read the contributing guide to learn how to contribute to the repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Acknowledgments

  • Thanks to all the contributors who have helped to make this package better.