Zak O
Zak O
Hi, I noticed that there is commented code for where ViewModels would be passed in through out the codebase. I would like to contribute and implement this layer for the...
Closes #28 Here is my idea and implementation for a ViewModel layer in the dose app. There is some additional implementations and patterns I can add to this to make...
Currently in `flutter-radar`, you need to declare the listener functions in the exact way (see below) or else when you attach them using `Radar.attachListener()` you will get null exception errors....