SchabanBo / qlevar_router

Manage you project Routes. Create nested routes. Simply navigation without context to your pages. Change only one sub widget in your page when navigating to new route.
MIT License
87 stars 22 forks source link

feat: Add ability to pass duration in Transition instead of milli-seconds #106

Closed tejHackerDEV closed 1 year ago

tejHackerDEV commented 1 year ago

Now users can pass Duration instead of milliseconds for Page-Transitions.

SchabanBo commented 1 year ago

That make sense, I don't know why I used Milliseconds back then. Thanks. Can you add this as breaking change in the changelog please before merging it