Managing more fields in StreamedMap example
HI,
It has been observed that , you have used combinelatest2 for 2 fields in StreamedMap example, If we have many textboxes how can we use this ? I have more than 10 textfields.
@2- > D you have any example for login & logout using this library
Thanks
Hello @gitflutter, you have two options: by using the RxDart combineLatest method or making something similar I made in this dynamic fields validation example, you may want to give it a look to find other ways to validate a form.
For the other question: I haven't built an example like this yet, but it is planned (along with other bunch of updates), check out the repository of the package for updates.
I found CombineLatestStream, I hope it will work