Drawer Widget in Flutter

Drawer :

Drawer widget is used to provide access to various destinations and functions within your application. It is symbolized by three horizontal parallel lines at the top of the scaffold. The drawer moves horizontally from the edge of the scaffo... https://jeetbhalu.hashnode.dev/drawer-widget-in-flutter

Created 11d | Apr 22, 2024, 7:30:06 AM


Login to add comment

Other posts in this group

100 Days of Code Challenge: Accomplished!

Completed the 100 Days of Code Challenge, officially documenting 95 days of my journey. However, by the time I finished my planned learning projects, I had exhausted the pre-determined tasks. To avoid

May 3, 2024, 5:10:04 PM | Hashnode flutter
Process creation of a Grammarly-style App using Flutter and Gemini

We live in an era where artificial intelligence is experiencing major advances. As developers, these advancements open up a wide range of creative possibilities for us. So, in this article, we're goin

May 3, 2024, 7:20:17 AM | Hashnode flutter
Swift vs Dart! Who's for the win?

When comparing Swift vs Dart for iOS development, both languages offer unique advantages. Swift is an open-source, general-purpose programming language developed by Apple. It is specifically designed

May 3, 2024, 7:20:16 AM | Hashnode flutter
Everything You Need to Know About Navigation and Routing in Flutter

What is Navigation and Routing in Flutter? In the context of Flutter, navigation refers to the process of switching between different screens or pages within an application, while routing involves man

May 2, 2024, 11:10:06 AM | Hashnode flutter
Topic: 9 Understanding Expanded Widget and Flex Widget in Flutter

Hello devs, Today, let's dive into two important widgets in Flutter that help adjust widget sizes according to screen size. Knowing how these widgets work can really boost your Flutter development jou

May 2, 2024, 6:30:07 AM | Hashnode flutter
Session 1 - Intro to programming with Dart

Welcome to a long journey through flutter app development, if you are reading this, Id assume 2 things, you are a totally new to programming, and want to get into flutter or you are a prop but just wa

May 1, 2024, 5:30:04 AM | Hashnode flutter
Topic: 8 Understanding Mixins in Dart

Hello developers! Today, we're going to talk about mixin classes. Mixin classes are super handy for blending different class hierarchies, giving you a more adaptable and modular way to organize your c

May 1, 2024, 5:30:03 AM | Hashnode flutter