blaq_form 0.0.1 copy "blaq_form: ^0.0.1" to clipboard
blaq_form: ^0.0.1 copied to clipboard

A composable, extensible Flutter forms package with prebuilt validations, adaptive field types, and a developer-first API.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add blaq_form

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

dependencies:
  blaq_form: ^0.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:blaq_form/blaq_form.dart';
0
likes
160
points
0
downloads

Documentation

API reference

Publisher

verified publishercreativeblaq.com

Weekly Downloads

A composable, extensible Flutter forms package with prebuilt validations, adaptive field types, and a developer-first API.

Repository (GitHub)
View/report issues

Topics

#form #validation #widget #input

License

MIT (license)

Dependencies

flutter

More

Packages that depend on blaq_form