gurleensethi / sailor

Easy page navigation and management in Flutter apps.
https://pub.dev/packages/sailor
MIT License
145 stars 24 forks source link

Get transition used for current route #47

Open tapizquent opened 4 years ago

tapizquent commented 4 years ago

Sometimes routes are pushed using different transitions, and for this, we might want to display a slightly different UI based on the transition used.

Ex. for certain route we might want to use a Close (X) icon to pop the route instead of the Arrow icon.

Is there any way this could be implemented?