JaspervanRiet / duck_router

A Flutter router with intents
MIT License
4 stars 3 forks source link

feat: revert removal of root() #19

Closed JaspervanRiet closed 2 months ago

JaspervanRiet commented 2 months ago

Description

14 made the decision to remove root() too quickly. This brings it back, since that function has quite a lot of value. It allows you to revert to the root of any flow, no matter what that root is. Very common on mobile. This PR reverts it.

Related Issues

Fixes #18

Breaking Change

Does your PR require plugin users to manually update their apps to accommodate your change?