This repository has been archived by the owner on Feb 25, 2022. It is now read-only.
Advice on how to log in to multiple accounts with go_router? #157
jacob-emery
started this conversation in
General
Replies: 1 comment 1 reply
-
You should be able to handle multiple logins with go_router. The lack of a specific sample isn't an indication of something like that not being supported. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Disclaimer: I am a junior developer.
I am considering
go_router
for managing routes. I would like to make an app that allows the end users to log in to multiple accounts (similar to how Instagram manages this). Since I didn't see this feature mentioned in the docs, I wonder if it is something currently supported.What would be the best practice using this package?
Beta Was this translation helpful? Give feedback.
All reactions