Releases: marcelpinto/RxFlux
Releases · marcelpinto/RxFlux
v0.4.1
Version 0.2.1
Added a easy way to get your objects from RxAction. just use rxAction.get(TAG) and it will cast it to the assigned variable.
i.e: String name = rxAction.get("NAMES");
Add missing documentation.