Flet Form is a Python library designed to simplify the process of creating forms with input validation in Flet applications. Tailored for developers building interactive web and desktop applications with Flet, this library offers an intuitive API to efficiently manage user inputs and validations. Currently, Flet Form supports TextField with plans to extend support to more controls.
- Easy Form Creation: Quickly create forms with built-in input validation.
- TextField Support: Use the TextField control for text input, equipped with various validation rules.
- User Input Validation: Ensure that the user input meets your specified criteria before processing the form.
- Extensible: Designed with extensibility in mind to support more form controls in the future.
See the example in the samples
folder
You can install Flet Router using pip:
pip install git+https://github.com/50Bytes-dev/flet-form.git