Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Managing more fields in StreamedMap example #3

Open
gitflutter opened this issue May 6, 2019 · 2 comments
Open

Managing more fields in StreamedMap example #3

gitflutter opened this issue May 6, 2019 · 2 comments
Labels
question Further information is requested

Comments

@gitflutter
Copy link

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 gitflutter changed the title Managing more feilds in StreamedMap example Managing more fields in StreamedMap example May 6, 2019
@frideosapps
Copy link
Owner

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.

@gitflutter
Copy link
Author

I found CombineLatestStream, I hope it will work

@frideosapps frideosapps added the question Further information is requested label May 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants