lukepighetti / fluro

Fluro is a Flutter routing library that adds flexible routing options like wildcards, named parameters and clear route definitions.
https://pub.dev/packages/fluro
MIT License
3.66k stars 416 forks source link

Add possibility to specify initialRoute and work #242

Open tomasweigenast opened 2 years ago

tomasweigenast commented 2 years ago

Hi. It would be really helpful if specifying initialRoute work as its supposed to work, set the initial route, not changing it after set the route to /. In my mobile apps, specifying initialRoute just navigates to that page, keeping the Come back button and not clearing the stack.