validation_form 0.0.7 copy "validation_form: ^0.0.7" to clipboard
validation_form: ^0.0.7 copied to clipboard

Reactive Forms heavily inspire this model-driven approach to handling form inputs and validations.

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.

2
likes
135
points
42
downloads

Publisher

unverified uploader

Weekly Downloads

Reactive Forms heavily inspire this model-driven approach to handling form inputs and validations.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

email_validator, equatable, flutter, flutter_bloc, phone_numbers_parser

More

Packages that depend on validation_form