Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR DART

named routes flutter

MaterialApp(
    routes: {
      '/':(context)=>HomePage(),
      '/meals':(context)=>MealsPage(),
      '/orders':(context)=>Orders(),
    },
    );
Source by flutter.dev #
 
PREVIOUS NEXT
Tagged: #named #routes #flutter
ADD COMMENT
Topic
Name
6+1 =