Flutter Drawer Widget Explained with Code Examples (2024)

Want to show a beautifully animated sidebar to put navigation buttons or other custom Flutter widgets? Then Flutter drawer widget is what you need. Here, we’ll discuss what the drawer widget is, and practically explain its parameters with Flutter code examples. So, let’s jump right into it. Overview of Flutter Drawer Widget It’s a sidebar […]

Flutter Drawer Widget Explained with Code Examples (2024) Read More »

Bottom Sheet in Flutter Code Examples (Modal, Persistent)

Let’s make our app super beautiful and user-friendly with the bottom sheet in Flutter. I’ll discuss the 2 types of bottom sheets and their parameters with practical Flutter code examples for better understanding. Let’s make our app super beautiful and user-friendly with the bottom sheet in Flutter. So, let’s understand its types and its practical

Bottom Sheet in Flutter Code Examples (Modal, Persistent) Read More »