You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: