Manoj Masane

Results 12 comments of Manoj Masane

No, I am not looking for ack. But why does it work on android as expected? it goes into my parse function for android and not for ios?

@tiholic I added try catch and tried to debug issue. I have a error `'_InternalLinkedHashMap' is not a subtype of type 'Map' ` but this works for Android not for...

I have Response parsing class something like this ``` class IdentifyResponse { Data data; int exit; String topic; int v; IdentifyResponse({this.data, this.exit, this.topic, this.v}); factory IdentifyResponse.fromJson(Map json) { return IdentifyResponse(...

> I have Response parsing class something like this > > ``` > class IdentifyResponse { > Data data; > int exit; > String topic; > int v; > >...

I have a demo scheduled next week @tiholic it will be great if you can fix this quickly.

Issue logged here is descriptive enough, if not can you please tell me what more you need so that I can draft & send an email to you?

This issue is still there in 1.3.0, also How do we change locale of entire flutter app? I am trying to change locale from my settings page

I think It will be great if you write sample app which shows how to change locale of entire app using i18n_extension.