voo_forms 0.1.4 copy "voo_forms: ^0.1.4" to clipboard
voo_forms: ^0.1.4 copied to clipboard

A comprehensive cross-platform forms package with atomic design, clean architecture, and Material 3 support for Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add voo_forms

With Flutter:

 $ flutter pub add voo_forms

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

dependencies:
  voo_forms: ^0.1.4

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

Import it

Now in your Dart code, you can use:

import 'package:voo_forms/voo_forms.dart';
2
likes
0
points
2.14k
downloads

Publisher

verified publishervoostack.com

Weekly Downloads

A comprehensive cross-platform forms package with atomic design, clean architecture, and Material 3 support for Flutter applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#flutter #form

License

unknown (license)

Dependencies

collection, equatable, flutter, flutter_hooks, intl, voo_ui_core

More

Packages that depend on voo_forms