Michael
Michael
Right now, whenever i add a new key into en.arb i have to update my other **.arb files as well. Can't we automatically add the newly added json key in...
I was missing a few callbacks i found useful in flutter_redux. So here are: - onInit - onFirstBuild - onDidChange - onDispose Implemented for StoreConnector and StoreConnection. I also added...
How would I test an async task in a View which just shows some simple data, loaded from an api? ```swift .task { let result = await api.loadData() self.data =...