advanced_forms
OverviewDocumentationAgent SkillContact Us
OverviewInstallationYour first formRendering fieldsForm-level stateValidationField controllersSubformsReusable field widgets

Installation

Add advanced_forms to a Flutter app, or migrate from the 0.1.x bloc-based release.

flutter pub add advanced_forms

Migrating from 0.1.x, the bloc-based version? See MIGRATION.md in the repository.

Overview

Typed field controllers, composable validation, and form-level state for Flutter — without a framework on top.

Your first form

A controller holds the fields and registers them; a widget binds to each field.