Skip to content

Releases: marcelpinto/RxFlux

v0.4.1

18 May 20:54
Compare
Choose a tag to compare

Bug fixing:

Version 0.2.1

28 Nov 16:04
Compare
Choose a tag to compare

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.