Cole Weinman
Cole Weinman
@ayushin I know that flutter_typeahead is still buggy on the web. There is a problem where the pointer is offset of the list. There is a workaround, but it doesn't...
@ayushin I've still been using a workaround to get it to display correctly. But I agree it would be great to be able to enable it on the web by...
It needs a ChipInputBuilder!
I'm having this same issue. To mean it appears that the value from the onChanged function is giving the previous value, not the new value.
Would this include keeping indexed pages alive in the background? I'm trying to keep certain tabs alive so they don't reload when navigating between them.
@rydmike Thanks I'm using a NavigationRail so a modified version of mobile_app with an example would be great.
@tadly readOnly disables the whole field. The problem is when you tap on the field, the keyboard appears and then suddenly closes as the date pickers appears. The keyboard shouldn't...
@omaressameldin @tadly So in order to be able to use the keyboard functionality after the date is initially set by the date picker, we have to deal with the keyboard...
The strong caching is such a big problem. The new service works just stay not activated until the cache is manually cleared which results in old versions of apps running...
Upon further testing I noticed that if I added minPoolSize it will work like I expected. Is this correct? Is there a way it can scale down to zero?