app_routes.dart 158 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 part of 'app_pages.dart'; abstract class Routes { static const HOME = '/home'; static const COUNTRY = '/country'; static const DETAILS = '/details'; }