Commit 4a92eba0 authored by Indika NK's avatar Indika NK

edited main dart , removed some code and added 2 routes

parent e6d0bb03
...@@ -5,7 +5,7 @@ import 'home_screen.dart'; ...@@ -5,7 +5,7 @@ import 'home_screen.dart';
import 'i_guider.dart'; import 'i_guider.dart';
void main() => runApp(MaterialApp( void main() => runApp(MaterialApp(
initialRoute: '/guider', // initialRoute: '/guider',
routes: { routes: {
'/':(context) => HomeScreen(), '/':(context) => HomeScreen(),
'/guider':(context) => I_guider(), '/guider':(context) => I_guider(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment