Mithilesh Parmar
Mithilesh Parmar
Any update on this?
@shadyk I changed all strings in my codebase. - Made an extension on Array > extension Array where Element == String { > static var preferredLanguageCode: [String] { [ //...
Yeah I know if there was a way to change hosting bundle it would have been great. But I had to ship my app and could not find any solution...
Yes, this mimics WhatsApp-like permission handling wherein if the app has limited access to photos it will show a header wherein the user can manage permission. I'll look into strings...
Cool, thanks for the heads up!
Added Localized strings @mikaoj
Facing the same issue. Please resolve this its taking up memory. I've presented it as .overcontext. There are allocations in vm as well. Investigated it via memgraph.
@mikaoj Could you please look into this issue?
If you're using bloc pattern you can initialise all your repositories in the app.dart where you'll have access to baseurl. If you're using mvvm architecture you can pass base url...