chips 0.0.3 copy "chips: ^0.0.3" to clipboard
chips: ^0.0.3 copied to clipboard

Add customizable and easy-to-use chip widgets to your Flutter apps for seamless user input and display.

Chips #

Add customizable and easy-to-use chip widgets to your Flutter apps for seamless user input and display.

You can check out a live demo using Widgetbook here.

Pub

Getting started #

In your library add the following import:

import 'package:chips/chips.dart';

Then you just have to add a ChoiceChips with values:

ChipsChoice(
  values: ['Apple', 'Banana'],
)
0
likes
140
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

Add customizable and easy-to-use chip widgets to your Flutter apps for seamless user input and display.

Repository (GitHub)
View/report issues

Topics

#chip

Documentation

API reference

License

MIT (license)

Dependencies

flutter, wrapfit

More

Packages that depend on chips