flutter_input_kit 1.0.1
flutter_input_kit: ^1.0.1 copied to clipboard
Semantic form fields and code-only validators for Lemsa Flutter apps. FieldSpec, EmailField, PasswordField, ListField — labels localized at the call site.
flutter_input_kit #
Semantic form fields and code-only validators for Lemsa apps.
Platforms: Android, iOS, Linux, macOS, Web, Windows
Requires: Flutter >=3.44.0
Install #
dependencies:
flutter_input_kit: ^1.0.0
flutter_page_kit: ^1.0.0
lemsa_core_kit: ^1.0.0
flutter_scale_kit: ^2.0.2
flutter_scale_theme_kit: ^1.0.2
import 'package:flutter_page_kit/flutter_page_kit.dart' hide Validators;
import 'package:flutter_input_kit/flutter_input_kit.dart';
Owns #
Validators/ErrorCodes— pure functions, machine codes onlyFieldSpec+FieldStyle- Semantic fields:
EmailField,PasswordField,PhoneField,MoneyField,DateField,SearchField, … ListField<T>— dynamic rows
Labels and errorText are localized at the call site (e.g. slang), not inside fields.
Agent skill #
npx skills add fodilfliti/flutter_input_kit
# or: npx skills add fodilfliti/lemsa-skills