custom_feild_box 0.0.3 copy "custom_feild_box: ^0.0.3" to clipboard
custom_feild_box: ^0.0.3 copied to clipboard

A flutter plugin for custom feild box

custom_feild_box #

A customizable input field widget for Flutter, created with flexibility and reusability in mind.

Features #

  • Text input with optional dropdown support
  • Easily stylable
  • Supports validation and error messages
  • Reusable across forms

Usage #

import 'package:custom_feild_box/custom_feild_box.dart';

CustomFieldBox(
  labelText: 'Your Name',
  controller: TextEditingController(),
  isDropdown: false,
)
0
likes
130
points
46
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin for custom feild box

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, loading_indicator

More

Packages that depend on custom_feild_box