@@ -18,9 +18,9 @@ import 'package:flutter_ui_challenges/src/pages/onboarding/intro6.dart';
18
18
import 'package:flutter_ui_challenges/src/pages/todo/todo_home3.dart' ;
19
19
import 'package:font_awesome_flutter/font_awesome_flutter.dart' ;
20
20
import 'package:flutter_ui_challenges/src/pages/todo/todo2.dart' ;
21
- import 'package:flutter_ui_challenges/src/pages/misc /dash3.dart' ;
22
- import 'package:flutter_ui_challenges/src/pages/misc /dash2.dart' ;
23
- import 'package:flutter_ui_challenges/src/pages/misc /dash1.dart' ;
21
+ import 'package:flutter_ui_challenges/src/pages/dashboard /dash3.dart' ;
22
+ import 'package:flutter_ui_challenges/src/pages/dashboard /dash2.dart' ;
23
+ import 'package:flutter_ui_challenges/src/pages/dashboard /dash1.dart' ;
24
24
import 'package:flutter_ui_challenges/src/pages/misc/chat2.dart' ;
25
25
import 'package:flutter_ui_challenges/src/pages/login/auth1.dart' ;
26
26
import 'package:flutter_ui_challenges/src/pages/lists/list2.dart' ;
@@ -176,6 +176,14 @@ final List<dynamic> pages = [
176
176
SubMenuItem ("Article One" , ArticleOnePage (), path: ArticleOnePage .path),
177
177
SubMenuItem ("Article Two" , ArticleTwoPage (), path: ArticleTwoPage .path),
178
178
]),
179
+ MenuItem (title: "Dashboard" ,icon: Icons .dashboard,items: [
180
+ SubMenuItem ("Dashboard One" , DashboardOnePage (),
181
+ path: DashboardOnePage .path),
182
+ SubMenuItem ("Dashboard Two" , DashboardTwoPage (),
183
+ path: DashboardTwoPage .path),
184
+ SubMenuItem ("Dashboard Three" , DashboardThreePage (),
185
+ path: DashboardThreePage .path),
186
+ ]),
179
187
MenuItem (title: "Food" , icon: Icons .fastfood, items: [
180
188
SubMenuItem ("Fruits Add to Cart" , AvocadoPage (), path: AvocadoPage .path),
181
189
SubMenuItem ("Cake Details" , CakePage (), path: CakePage .path),
@@ -256,13 +264,7 @@ final List<dynamic> pages = [
256
264
path: ImagePopupPage .path),
257
265
SubMenuItem ("Event Invitation" , InvitationPageOne (),
258
266
path: InvitationPageOne .path),
259
- SubMenuItem ("Dashboard Three" , DashboardThreePage (),
260
- path: DashboardThreePage .path),
261
267
SubMenuItem ("Chat Messaages" , ChatTwoPage (), path: ChatTwoPage .path),
262
- SubMenuItem ("Dashboard One" , DashboardOnePage (),
263
- path: DashboardOnePage .path),
264
- SubMenuItem ("Dashboard Two" , DashboardTwoPage (),
265
- path: DashboardTwoPage .path),
266
268
SubMenuItem ("Form Elements" , FormElementPage (),
267
269
path: FormElementPage .path),
268
270
SubMenuItem ("Sliders" , SlidersPage (), path: SlidersPage .path),
0 commit comments