Victor T Costa
Results
2
issues of
Victor T Costa
I have this code that works on hasura_connect version 1.2.2+1: `return db.subscription(itensSubscriptionQuery).map((data) => data['data']['models'].map((t) => Model.toJson(t)).toList());` With the 2.0.0 update the subscription method became a Future, so a changed my...
When using two nested GetRouterOutles and navigating inside the deeper one, this is replacing the topmost page. I created a POC to exemplify the case because it has many files:...