parayada_ui_collection 0.0.3
parayada_ui_collection: ^0.0.3 copied to clipboard
A new Flutter UI package to consolidate all usefull widgets
# 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
copied to clipboard
Then run:
flutter pub get
copied to clipboard
Usage #
Import the package in your Dart code:
import 'package:parayada_ui_collection/duolingo/button.dart'
copied to clipboard
Here's a simple example to use a Duolingo button from the package:
Widget build(BuildContext context) {
return DuolingoButton(child: const Text('Check'), onPressed: () {})
}
copied to clipboard
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 #
- Afeef K K
Acknowledgments #
- Thanks to all the contributors who have helped to make this package better.
copied to clipboard