Custom Sidebar and Navigation Drawer in Flutter

Mostafijur Rahman
1 min readJun 16, 2020

--

Ever since I started Flutter, I know why I think UI design takes more time than functional work. Because for the beauty of UI, everyone wants his mobile app to be developed with Flutter. It is also cross platform.

I have tried to design a Navigation Drawer with SideBar by adding some differences from the Navigation Drawer we usually use.
These two flutter packages flutter_bloc & rxdart are used here.

Links to the two packages:
flutter_bloc: https://pub.dev/packages/flutter_bloc
rxdart: https://pub.dev/packages/rxdart

Source code link of the project:
https://github.com/Mostafijur…/custom-sidebar-in-flutter.git

--

--

Mostafijur Rahman

I have developed apps on Ewallet, Food Delivery, Grocery, On Demand Service, Doctor Appointment, E-Commerce Online Shopping and Online Radio Apps.