Dillon Shaffer
Dillon Shaffer
I'm in the process of rewriting the library for the current version of text field in flutter. I'll add an AutoCompleteTextFormField while I am at it. I'm unsure if my...
As of right now, built in validation is not supported. You can the alternative method that @mdmota provided. I implemented support for flutter's validation in my latest pull request #103,...
I'm also trying to build on windows, running `cargo build` compiles the project but linking fails. Here's the entire error message: https://hastebin.com/osajusoxuf.pl
I'm not sure that's very feasible since we return a future dependent on the value initially passed in. We could have a reply::conditional_file though