MaterialApp( initialRoute: '/loading' , routes: { '/loading':(context)=> const LoadingScreen(), '/home':(context)=> const Home(), '/chose_location':(context)=> const ChoseLocation(), }, ));