https://github.com/michaelnabil230/flutter_validation_form
https://github.com/michaelnabil230/flutter_validation_form
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelnabil230/flutter_validation_form
- Owner: michaelnabil230
- License: mit
- Created: 2023-11-20T02:45:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-01-27T19:38:24.000Z (5 months ago)
- Last Synced: 2025-01-27T20:35:43.212Z (5 months ago)
- Language: Dart
- Size: 185 KB
- Stars: 1
- Watchers: 1
- 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
# Form Validation Library
[](https://github.com/michaelnabil230/flutter_validation_form/actions/workflows/main.yaml) [](https://codecov.io/gh/michaelnabil230/flutter_validation_form) [](https://pub.dartlang.org/packages/validation_form)
Simplify form management in Flutter using the Cubit architecture.
## 🎖 Installation
To use this library in your Flutter project, add the following dependency to your `pubspec.yaml` file:
```yaml
dependencies:
validation_form: "^0.0.6"
```## 🎮 How To Use
Import the library in your Dart code:
```dart
import 'package:validation_form/validation_form.dart';
```## 🐛 Bugs/Feature Requests
If you encounter any issues, please open a new issue on GitHub. If you have suggestions for new features or improvements, feel free to create a ticket, and I'll review it promptly. Pull requests are also welcomed.
### ❗️ Note
For assistance with Flutter, refer to the [online documentation](https://flutter.io/).
To edit plugin code, check the [documentation](https://flutter.io/platform-plugins/#edit-code).
### 🤓 Acknowledgments
Special thanks to Michael Nabil ([@michaelnabil230](https://github.com/michaelnabil230)) for their contributions 👍.
## ⭐️ License
This library is released under the MIT License.