frideos_examples icon indicating copy to clipboard operation
frideos_examples copied to clipboard

Managing more fields in StreamedMap example

Open gitflutter opened this issue 6 years ago • 2 comments

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

gitflutter avatar May 06 '19 19:05 gitflutter

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.

frideosapps avatar May 07 '19 06:05 frideosapps

I found CombineLatestStream, I hope it will work

gitflutter avatar May 07 '19 09:05 gitflutter