mitesh77 / Best-Flutter-UI-Templates

completely free for everyone. Its build-in Flutter Dart.
Other
20.2k stars 4.51k forks source link

how to add new pages? #34

Closed uzairpawaskar closed 4 years ago

uzairpawaskar commented 4 years ago

Adding new pages, i am unable to navigate after design course, when we click on design course details show up.. what if different pages are there for different course.. how should we add them? and how to navigate through it?

uzairpawaskar commented 4 years ago

as i read the code and have seen when we click on any design course it calls moveto() function in home_design_course and goes to another screen which is course_info_screen

my question is, how to navigate that when clicking on a particular item of list it should open particular page, for ex: if clicked on web design course.. it should open details about web design course, i tried doing it from switch case but couldn't do it.. newbie in this can anyone help please

mitesh77 commented 4 years ago

you can add new data on lib/model/homeList inside array you can check it