az_navigation 0.0.2 copy "az_navigation: ^0.0.2" to clipboard
az_navigation: ^0.0.2 copied to clipboard

Flutter navigation with transition

Az Navigation #

Step 1: Setup MaterialApp #

Set the navigatorKey in your MaterialApp so AzNavigation can work without BuildContext:

return MaterialApp(
  navigatorKey: AzNavigation.navigatorKey, // Required for AzNavigation

Step 2 #

Simple navigation helper with animated page transitions.

AzNavigation.to(const HomePage(), transition: Transition.rightToLeft);
1
likes
130
points
157
downloads

Publisher

verified publisherzahidaz.com

Weekly Downloads

Flutter navigation with transition

Documentation

API reference

License

unknown (license)

Dependencies

flutter

More

Packages that depend on az_navigation