CodeGrue
CodeGrue
Middle case would be null?
This library uses the stock Flutter `Switch` widget here. Making something like this would be it's own package or part of a widgets package. If such is made, I would...
This is nice. Are you going to release it as a package?
This is awesome. Nice work. Give me a few days to incorporate it.
this is nullable now in 2.0. Please test.
How do you see a map being used on an entry form (which this library is used for)?
This is on my wishlish too to make it work like the native controls. Probably in version 2.0 since it's a pretty big breaking change.
Note there is an values list that can be used to have different values and options. It's just not a single object like the way dropdown works. That will be...
This issue is related to a package this depends on also not being flagged for the web. The pub.dev algorithm to detect this is failing in the photo library because...
It has something to do with the TextField `onChange` and TextFormField `onSave` methods. The "value" returned from these is formatted incorrectly. In my preference, the value returned from these should...