Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelnabil230/flutter_validation_form
https://github.com/michaelnabil230/flutter_validation_form
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/michaelnabil230/flutter_validation_form
- Owner: michaelnabil230
- License: mit
- Created: 2023-11-20T02:45:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-06-22T16:52:14.000Z (6 months ago)
- Last Synced: 2024-06-23T00:13:01.125Z (6 months ago)
- Language: Dart
- Size: 161 KB
- Stars: 0
- 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
[![Build Status](https://github.com/michaelnabil230/flutter_validation_form/actions/workflows/main.yaml/badge.svg)](https://github.com/michaelnabil230/flutter_validation_form/actions/workflows/main.yaml) [![codecov](https://codecov.io/gh/michaelnabil230/flutter_validation_form/branch/master/graph/badge.svg)](https://codecov.io/gh/michaelnabil230/flutter_validation_form) [![pub package](https://img.shields.io/pub/v/validation_form.svg)](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.4"
```## 🎮 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.