Valentin Vignal

Results 94 comments of Valentin Vignal

@chunhtai I should have fixed the linter now

Hello @chunhtai , is there something else I should do about this PR ?

> Just confirming, there's still work to do in go_router_builder ([flutter/flutter#108437](https://github.com/flutter/flutter/issues/108437)), but this won't break it? Hum, I might be wrong but I think we are good. Here we are...

@johnpryan Do you want me to do anything else on this PR?

@Sotatek-PhiPham You can use `GoRouterState.queryParametersAll` which is `Map`

Yes, it uses [`Uri`](https://api.flutter.dev/flutter/dart-core/Uri-class.html) and this is how it works: `Uri.parse()` takes `Map? queryParameters` And `Uri`'s getters are: - `Map queryParameters` - `Map queryParametersAll`

Thanks for the answer @Jason3S, is there any plan to support it in the future?

Awesome ,I'm very glad to hear that. Thank you for this quick response. I don't have the time to work on it right now though. I might give it a...

I have a `StreamProvider.autoDispose` I want to override (for a test) with a `Stream`. I want to verify the data on screen (or in the other providers that depend on...