File tree Expand file tree Collapse file tree 3 files changed +0
-22
lines changed
Expand file tree Collapse file tree 3 files changed +0
-22
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1- export 'contacts/contacts_screen.dart' ;
21export 'email_list/email_list_screen.dart' ;
32export 'email_list/view/email_list_item.dart' ;
43export 'email_list/view/email_list_view.dart' ;
Original file line number Diff line number Diff line change 11import 'package:flutter/cupertino.dart' ;
22import 'package:flutter/material.dart' ;
33import 'package:flutter_bloc/flutter_bloc.dart' ;
4- import 'package:flutter_bloc_app_template/generated/assets.gen.dart' ;
54import 'package:flutter_bloc_app_template/index.dart' ;
65
76final List <NavDestination > destinations = [
8- NavDestination (
9- label: 'Contacts' ,
10- icon: Assets .icons.navigation.iconContactsOutline.svg (),
11- selectedIcon: Assets .icons.navigation.iconContacts.svg (),
12- screen: const ContactsScreen (),
13- ),
147 const NavDestination (
158 label: 'Emails' ,
169 icon: Icon (Icons .library_books_outlined),
@@ -23,12 +16,6 @@ final List<NavDestination> destinations = [
2316 selectedIcon: Icon (Icons .settings_applications),
2417 screen: SettingsScreen (),
2518 ),
26- const NavDestination (
27- label: 'Profile' ,
28- icon: Icon (Icons .settings),
29- selectedIcon: Icon (Icons .settings_applications),
30- screen: SettingsScreen (),
31- ),
3219];
3320
3421class Routes {
You can’t perform that action at this time.
0 commit comments