test_package_before_publishing 0.0.4 copy "test_package_before_publishing: ^0.0.4" to clipboard
test_package_before_publishing: ^0.0.4 copied to clipboard

test description

ChipInputTextField is a TextField widget which is used to convert the give input to a Chip based on the validation provided. User must return a List

This component also help with custom suggestionBuilder based on the last input.

Attributes Input Description
validate (inputText) {// return list of ValidatedData based on the requirement} The returned list will be iterated and renders chip for the valid items
chipBuilder (context, state, value, controller) { //return a Chip Widget } Used to build a custom chip UI
suggestionFinder (query) {//return a List of required data} Used to provide suggestions based on the latest input
suggestionBuilder (context, state, data){ // return widgets to show suggestions} Used to build a custom UI for suggestions
0
likes
125
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

test description

License

unknown (license)

Dependencies

flutter

More

Packages that depend on test_package_before_publishing