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 encountered an issue while developing a Flutter Web App using the fluro routing system.
In the app it is possible to access an overview of plugins as well as a specific plugin detail page.
Therefore a fluro router is set up when starting the app:
All of this works pretty fine opening a webpage looking like this:
However, when refreshing the page or opening the app at a specified dynamic route such as mywebsite.com/plugins/1234, the website is just white and not a single element of my Material app is loaded:
Is there any way I can access dynamic routes directly using an URL?
The text was updated successfully, but these errors were encountered:
I encountered an issue while developing a Flutter Web App using the fluro routing system.
In the app it is possible to access an overview of plugins as well as a specific plugin detail page.
Therefore a fluro router is set up when starting the app:
When clicking on an plugin in the overview screen, the detail page is opened using this statement:
All of this works pretty fine opening a webpage looking like this:
However, when refreshing the page or opening the app at a specified dynamic route such as
mywebsite.com/plugins/1234
, the website is just white and not a single element of my Material app is loaded:Is there any way I can access dynamic routes directly using an URL?
The text was updated successfully, but these errors were encountered: