using flutter 2.2 and try to play with URL can anyone help me to get this stuff done.
How I can achieve this URL in flutter web? http://myflutterproject/userabc
using flutter 2.2 and try to play with URL can anyone help me to get this stuff done.
How I can achieve this URL in flutter web? http://myflutterproject/userabc
Copyright © 2021 Jogjafile Inc.
You need to specify the routes used by your app when you create a
new MaterialAppthe navigate to the page by route name.like this:
You can set the callback function onGenerateRoute for more dynamism and check the
RouteSettings.namevalueNB: you can use
RegExfor complex check.