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

Observer widget #9

Open
subzero911 opened this issue Feb 28, 2022 · 0 comments
Open

Observer widget #9

subzero911 opened this issue Feb 28, 2022 · 0 comments

Comments

@subzero911
Copy link

Currently we have only Rx types.
But your package does not provide anything to rebuild state.
So the only way is to convert Rx variables to streams and to build it with StreamBuilder (looks awkward).
GetX (based on your package) has Obx widget which works like
Obx ( () => Text ( counter.value ) ),

Please add the widget named Observer with the same functionality out of the box, so we wouldn't need StreamController or third-party solutions.

@subzero911 subzero911 changed the title Simple widget rebuilder Observer widget Feb 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant