mpiparo
mpiparo
facing same issue. after uploading to the Play Store I no longer see the 11 char hash at the end of the SMS and the auto-complete no longer works. Since...
related... With latest v5.0.0 (or perhaps I'm just noticing), I'm getting an annotation warning on 'JsonKey' when annotating in a freezed class: "The annotation 'JsonKey' can only be used on...
No, looks like it just passes the annotation thru to its generated code (below), which is working ok. But what you're saying makes sense, since json_serializable doesn't support annotating on...
experiencing same issue. using v1.1.0
Facing similar issue, but in my case I am launching the dialog immediately when the page finishes building. I noticed odd behavior in some cases when looking at the _history...
From what I can tell it's a timing issue between navigating to the route and when the dialog is added to the nav stack. If I nav to my page...
Same here. no luck. By the time I get to the pop the dialog is not on the stack. I'm doing a pushAndPopUntil to get to the host page, and...
same here. when debugging and changing the pushAndPopUntil() to push() the issue doesn't occur - which may support my thinking that the 'pop' part of the pushAndPopUntil operation is popping...
thanks for adding this, I see a PR was just submitted. Also, with this data present it would be very helpful to allow the defaultCountry to be set from the...