0 purchases
collection box
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
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.