collection_box 0.0.1
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