Overview
A lightweight, dependency-free Flutter package for creating single or multiple choice chips with null safety. It offers a simple and clean API to implement chip selection UIs without the overhead of larger packages. Ideal for forms, filters, or preference pickers where users select one or more options from a list. The package is minimal, fast, and focused solely on chip-based input.
Use cases
- Form inputs with selectable options
- Filtering interfaces
- Preference selection
- Tag-based data entry
- Simple choice pickers
Key features
- Null safety support
- Zero external dependencies
- Single and multiple selection
- Minimal API surface
- Lightweight size
- Easy integration
Suitable for
- Developers seeking simplicity
- Projects with strict dependency limits
- UIs requiring basic chip selection
- Fast prototyping
- Clean, maintainable codebases
Considerations
- Limited to basic chip functionality
- No built-in validation
- Not suitable for complex selection logic
- No customization beyond core styling
- No advanced features like search or grouping
