lohanidamodar/flutter_ui_challenges

Adding Navigation routes to the drawer

ffalpha opened this issue · 3 comments

Hello.I am new to flutter.These ui are awesome.My problem is how to add navigation routes to the custom drawer? Like home ,profile etc?

Sorry my idiotic question.I just wrap the container with Inkwell and now it is okay

Well But it leads to me another problem.When I clicked on drawer item and navigate to it using ink well.It working fine. But cant come back. When I pressed back button it show empty screen

Fixed it by using MaterialPageRoute and passing page as widget to the buildrow