example/main library
Classes
- HomePage
- The main page with a button to navigate to SecondPage using a fade-in transition.
- MyApp
- The root widget of the application.
- SecondPage
- The second page displayed after navigation.
Functions
-
main(
) → void - Entry point of the example Flutter app demonstrating custom route transitions.