pedroql / mvflow

Simple Android MVI architecture using Kotlin Flows
MIT License
124 stars 10 forks source link

Add listeners functionality #6

Closed pedroql closed 4 years ago

pedroql commented 4 years ago

Now you can observe which actions, mutations, or state updates are happening. Use with care as this might interfere with the MVI principles/benefits!