Form Validation Library

Build Status codecov pub package

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:

dependencies:
  validation_form: "^0.0.6"

🎮 How To Use

Import the library in your Dart code:

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.

To edit plugin code, check the documentation.

🤓 Acknowledgments

Special thanks to Michael Nabil (@michaelnabil230) for their contributions 👍.

⭐️ License

This library is released under the MIT License.

Libraries

validation_form