You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I came across this package. looks sweet. I am looking to use this inside my flutterflow application to handle conditional navigation.
My scenario is, that I have a small app store within my app, where users can select various modules to add to their account. and the menu once the app is installed, gets added to their page.
Now, within my FF application, I am handling the route manually by checking if a particular variable has a value. Based on this I navigate the system to the appropriate module page and pass the associated page parameters.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I came across this package. looks sweet. I am looking to use this inside my flutterflow application to handle conditional navigation.
My scenario is, that I have a small app store within my app, where users can select various modules to add to their account. and the menu once the app is installed, gets added to their page.
Now, within my FF application, I am handling the route manually by checking if a particular variable has a value. Based on this I navigate the system to the appropriate module page and pass the associated page parameters.
Is this a good use case for Fluro to handle?
Beta Was this translation helpful? Give feedback.
All reactions