In this post, we will be adding bottom navigation bar with icons in flutter. Continuing with the previous post, create a new folder called components inside...
Continue reading...Flutter
Flutter: Navigate to New Page From Sidebar
In the previous post, we created a sidebar navigation in flutter. Checkout the post here. Now we need to add links to new page in our...
Continue reading...Flutter: Create a sidebar navigation
Create a new file named nav_bar.dart in the lib folder of your project. Now in nav_bar.dart, import material design and create a NavBar class that extends...
Continue reading...