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

A simple widget where user input is turned into a list of text widgets.

CollectionBox #

CollectionBox is a Flutter widget that allows users to easily input and manage a collection of text items. It's perfect for creating tag inputs, skill lists, or any other UI element where you need to collect multiple text entries from users.

Features #

  • Add and remove text items dynamically
  • Customizable input field decoration
  • Limit the number of items that can be added
  • Prevent duplicate entries
  • Customizable border color
  • Responsive layout with a Wrap widget for displaying items

Getting started #

To use this package, add collection_box as a dependency in your pubspec.yaml file.

dependencies:
  collection_box: ^1.0.0
3
likes
150
pub points
0%
popularity

Publisher

unverified uploader

A simple widget where user input is turned into a list of text widgets.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on collection_box