veta_forms_kit

Flutter forms kit aligned with @vetaui/forms-kit. It ships validated, Veta-styled form surfaces for generated apps.

Install

dependencies:
  veta_forms_kit: ^0.0.0

Usage

import 'package:veta_forms_kit/veta_forms_kit.dart';

const VetaFormsPage();

Public exports

  • VetaFormsPage

Use this package as the starting point for form-heavy apps, then replace mock submission handlers with the host app backend.

Libraries

veta_forms_kit