Custom Sidebar and Navigation Drawer in Flutter
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