Paul Okeke
Paul Okeke
I think google automatically translate this to english. I actually do read this in english version through the web aside the images tho.
@charllie Lol... I didn't know that until now, so all this years all i needed to do was to learn Chinese to harness the full power of JAVA... hmmmm
I'm sorry guys!!! After sharing my problem i found out the embarrassing issue!!!! ``` Stream get isValid => Rx.combineLatest([usernameStream, passwordStream], (values) { print(values); return (values.elementAt(0) as String).isNotEmpty; }); ``` `get`...
> You should store `Stream` in a field and can use `shareValueSeed(...)` to provide a value for `StreamBuilder` Thank you!... Please can you point me to the documentation of `shareValueSeed`,...
@hoc081098 Cool, Thanks... I will try this out.
Looks like this library is abandoned!!
No i mean, being able to directly disable the formField which also disables the view form being able to get edited... let me know what you think about that.
No, you don't seem to understand, i'm not asking that the view coupled with the formField. it's the same way we have error(live-data) etc, we should be able to provide...
Perfect! makes sense!... I'll see how to work on it and send a PR...
This library is old and doesn't work with the latest Swagger UI