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.
- 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
To use this package, add collection_box
as a dependency in your pubspec.yaml
file.
dependencies:
collection_box: ^1.0.0