Julien Le Bren

Results 3 comments of Julien Le Bren

I was coming here to post exactly the same request. I'm switching to Navigator 2.0 and I would like to manage all my routes inside a single file, so I...

The names of the providers generally speak for themselves: Watch a stream: `StreamProvider` Watch a future: `FutureProvider` Watch a StateNotifier: `StateNotifierProvider` Watch a value design to change one or many...

I had a similar issue on macOS, my .zshrc was: ``` export PATH="/Users/julienlebren/library/flutter/bin:$PATH" ``` No problem until Flutter 3.7, but note the `library` instead of `Library`. ``` export PATH="/Users/julienlebren/Library/flutter/bin:$PATH" ```...