riverpod_navigator icon indicating copy to clipboard operation
riverpod_navigator copied to clipboard

Simple but powerfull Flutter navigation with riverpod and Navigator 2.0

Results 9 riverpod_navigator issues
Sort by recently updated
recently updated
newest added

Routing methods such as `push` doesn't seem to support page transitions yet. Is this correct?

Using syncfuture here causes exceptions when hot-reloading or refreshing a flutter app in the browser (and only the browser, I think because of the direct access to the browser history)....

Also took the opportunity to rename some things that were misspelled. Happy to adjust more as needed. I haven't updated changelogs or versions, and there are still some things that...

Specifically, I'm interested in eventually having an interface where the nested navigators are configured via a riverpod family rather than using nested provider scopes. (This would solve some of the...

Can't imagine using anything else for a riverpod project after trying this :)

Hi, thanks for the library, it really eases my life. I have following problem, I need to show popup dialog, so for that I am using showDialog(...) method and when...

Hello My app consists of two main navigation “paths”, one for unauthenticated users (which includes the login screen, registration screen, etc.) and one for authenticated users (which includes content based...

enhancement