Nahid

Results 17 comments of Nahid

got the same error. found out that it only occurs when I'm using this method here from the "[intl](https://pub.dev/packages/intl)"-package somewhere in my code (directly or any package that uses it):...

when you don't use it then you don't need to configure it :) in my case it was following method that caused the problem, so I don't use it anymore...

@sawirricardo look at @makstheimba post for a temporary fix if you are using the intl-package directly in my case that is not possible, because i am not using the package...

@sawirricardo Have you read the post from @makstheimba completely? No need to take the method out, you have to relocate it

looks good. any ETA on this?

> For anyone interested, there's a WIP branch for this proposal at https://github.com/felangel/flow_builder/tree/feat/url-routing-and-deep-linking 🎉 I am interested, but it is not working as expected Here is my code ``` FlowBuilder(...

the problem seems to be that `FlowBuilder` expects the `state` to be a single route, which in my case would be a `NavigationRoute`, but my `state` is a `NavigationStack` with...

same here. sharing does not work