Skip to content

50Bytes-dev/flet-form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flet Form

License

Overview

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.

Features

  • 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.

Example

See the example in the samples folder

Installation

You can install Flet Router using pip:

pip install git+https://github.com/50Bytes-dev/flet-form.git