-
Notifications
You must be signed in to change notification settings - Fork 105
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
new feature: Add switch card with 3 options #166
Comments
Middle case would be null? |
This library uses the stock Flutter |
Hi, See the syntax
In relation to me developing the Widget, unfortunately I don't have this skill with to work with animations. This is my weak side, I can't make beautiful UI, I stay more in the ideas and back-end development, my UI is very simple and crude. I will research to see what I can do and help you to add this new widget. |
Hi,
|
Hi I liked the UI. |
This is nice. Are you going to release it as a package? |
Hi, |
One of the advantages of this package is that the values are configurable, it is a dynamic list and you will not need to do the conversion of values. The other advantage is the central position, as normal switches only have true or false, and in a checklist or form you would not want to fill it out as true or false. I have these problems in my App´s, I need to have the central position so that the user chooses one or that is an option not applicable he leaves in the middle(null value or 2). For this reason I am very interested in helping you to improve your card_settings package, I use it a lot. |
I published it. |
This is awesome. Nice work. Give me a few days to incorporate it. |
Okay, don’t worry, it’s good, so other people will test it. :) |
is it possible to add switch card with 3 options?
I didn't find any plugin in Flutter with this beautiful UI
switch with 3 states javascript exemple
The text was updated successfully, but these errors were encountered: