app_routes.dart 276 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 part of 'app_pages.dart'; abstract class Routes { static const HOME = '/home'; static const COUNTRY = '/country'; static const DETAILS = '/details'; static const DASHBOARD = '/dashboard'; static const PROFILE = '/profile'; static const PRODUCTS = '/products'; }