Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add sample of autocomplete widget #54

Merged

Conversation

tokidrill
Copy link
Contributor

Hi @mafreud .
I tried implement Autocomplete widget of AutocompleteCore.

Following image is interaction of the feature.
autocomplete

I can't understand how to decide to mark widget's chipList (or tag).
Please tell me if you have any reference.

@mafreud
Copy link
Owner

mafreud commented May 24, 2021

@tokidrill
Awesome!
If the official Flutter documentation has video, create chip 'video'. If no, just leave it empty.

I can't understand how to decide to mark widget's chipList (or tag).
Please tell me if you have any reference.

For autocomplete widget, it is widget, no video, and it is null-safety. So chips should be widget and null-safety.
If you have any questions, feel free to ask me! 😄

Copy link
Owner

@mafreud mafreud left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@mafreud mafreud merged commit 445d5b3 into mafreud:develop Jun 12, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants