Skip to content

Latest commit

 

History

History

README.md

Example Project for form_builder_validators

This project demonstrates how to use the form_builder_validators package in a Flutter application.

Getting Started

To get started with this example project, follow these steps:

  1. Clone the repository:

    git clone <repository-url>
    cd form_builder_validators/example
  2. Install dependencies:

    flutter pub get
  3. Run the application:

    flutter run

Features

  • Demonstrates how to implement various validators using the form_builder_validators package.
  • Provides examples of built-in validators for common validation scenarios.
  • Shows integration with form builder for seamless validation experience.

Acknowledgments