flutter_input_kit 1.0.1 copy "flutter_input_kit: ^1.0.1" to clipboard
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.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_input_kit

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_input_kit: ^1.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:flutter_input_kit/flutter_input_kit.dart';
0
likes
160
points
--
downloads

Documentation

Documentation
API reference

Publisher

unverified uploader

Semantic form fields and code-only validators for Lemsa Flutter apps. FieldSpec, EmailField, PasswordField, ListField — labels localized at the call site.

Repository (GitHub)
View/report issues

Topics

#flutter #form #inputs #validators

License

MIT (license)

Dependencies

flutter, flutter_page_kit, flutter_scale_kit, flutter_scale_theme_kit, lemsa_core_kit

More

Packages that depend on flutter_input_kit