A flutter app with custom navigation drawer

Overview
You might also like...

Custom Shaped Bottom Navigation Bar in Flutter

Custom Shaped Bottom Navigation Bar in Flutter

CustomShapedBottomBar Custom Shaped Bottom Navigation Bar in Flutter **Usage: ** Add CustomPaint Widget to use this Painter class like this: C

May 6, 2022

Airplane ticket app with animated drawer

airplane_ticket_app Preview.mp4

Dec 29, 2022

best flutter / dart practices + Custom Painter + Sliver App Bar + Custom Scrollview

best flutter / dart practices + Custom Painter + Sliver App Bar + Custom Scrollview

Weekly Budget Flutter App A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get yo

Oct 21, 2021

Best ever drawer in Flutter for Android and ISO.

Best ever drawer in Flutter for Android and ISO.

Login & Register Screen in Flutter Best ever login and register screen in flutter to make precious application. This flutter app is made just to demon

Aug 28, 2021

Repo for MultiLevel Drawer Flutter Package

Repo for MultiLevel Drawer Flutter Package

MultiLevel Drawer An easy to implement Multi Level Drawer for Flutter Applications. Just use this in place of regular Scaffold Drawer and you are read

Nov 9, 2022

Flutter drawer (dynamic ready side menu)

Flutter drawer (dynamic ready side menu)

Flutter side menu (Drawer) Getting Started Use KFDrawer widget as Scaffold's body with items property (ListKFDrawerItem) you should define onPressed

Dec 5, 2022

A customized Flutter Drawer

A customized Flutter Drawer

SideMenuDownSide This project is about a Customized Flutter Drawer Table of contents How it work Struture How to use Contribution How it work Structur

May 25, 2022

A side drawer using Flutter_advanced_drawer package

advanced_drawer A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started

Feb 10, 2022

Android Debug Drawer for faster development

Android Debug Drawer for faster development

Android Debug Drawer Faster development with Debug Drawer Features DeviceModule - common information about your device BuildModule - app build informa

Nov 21, 2022
Comments
  • Doubt : Dynamic Theaming Whole App

    Doubt : Dynamic Theaming Whole App

    https://medium.com/better-programming/how-to-create-a-dynamic-theme-in-flutter-using-provider-e6ad1f023899 I am Following This Method and Implemented Theaming Succesfully but and able to figure out how i can able to use Your widget so it also support Theaming... Current Status : Gets Crash Due to Provider Issue ( How to solve it ? ) The Theaming is also uses Provider and Your Widget is also using Provider which conflict provider Architecture i think... able to pass values to first widget in a tree...

    Please help !

    opened by TheSunilVarma 1
  • feature to dismiss drawer on swiping left

    feature to dismiss drawer on swiping left

    Tapping the hamburger icon again to dismiss drawer is not a very good UX, thus added a swipe left to dismiss mechanism. Also, used the newly recommended package:provider to achieve this.

    opened by am15h 0
  • Wrap the whole thing into a Material App

    Wrap the whole thing into a Material App

    Wrap the whole thing into a Material App this will create a nice and soft transition with swipe to left and right. The idea should be on a drawer menu to give developers the power to extend from that class. For now its just containers... the disign is nice though buth the functionality and idea sucks.

    enhancement 
    opened by ElectronSz 0
  • Close Menu

    Close Menu

    Olá pedro, poderia me ajudar em uma questão ?

    como fechar o menu ao clicar em um item ?

    children: options.map((item) { return ListTile( onTap: (){ // seria mais ou menos assim ? MenuController _menu; _menu.close(); },

    question 
    opened by crezoKind 3
Owner
Pedro Massango
Self-taught Software Engineer. Not quite good at it yet, but I'm learning :)
Pedro Massango
Let's create a selectable Flutter Navigation Drawer with routing that highlights the current item within the Flutter Sidebar Menu.

Flutter Tutorial - Sidebar Menu & Selectable Navigation Drawer Let's create a selectable Flutter Navigation Drawer with routing that highlights the cu

Johannes Milke 12 Dec 26, 2022
Let's create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navigation Drawer in Flutter.

Flutter Tutorial - Collapsible Sidebar Menu & Navigation Drawer Let's create a Flutter Collapsible Sidebar Menu that can collapse and expand the Navig

Johannes Milke 22 Jan 3, 2023
Flutter Split View and Drawer Navigation example

Flutter Split View and Drawer Navigation example This repo contains the source code for this tutorial: Responsive layouts in Flutter: Split View and D

Andrea Bizzotto 32 Nov 17, 2022
A Very Flexible Widget that can Implement Material Sheets on all Directions, both modal and persistent, and consequently a Material Navigation Drawer

Flutter_MaterialSheetAndNavigationDrawer If this project helped you reduce developement time or you just want to help me continue making useful tools

Bryan Cancel 30 Dec 4, 2021
A Flutter package with custom implementation of the Side Menu (Drawer)

Flutter Awesome Drawer Bar A Flutter package with custom implementation of the Side Menu (Drawer) Getting Started To start using this package, add awe

Appcheap 4 Nov 13, 2022
Flutter Navigation - all types of navigation in flutter run main.tabBar.dart to see tabBar, and run main.dart to see the otheres

pop_up_bar A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if th

Michael Odumosu 0 Jan 1, 2022
FLUTTER API: It's powerful navigation by gestures and taps. You can scroll from left to right or tap on the navigation icons.

scroll_navigation My other APIs Video Viewer Video Editor Helpers Features Fancy animations. Customizable colors. Works with the back button. Scrollin

Luis Felipe Murguia Ramos 14 Jun 14, 2022
A custom bottom navigation bar with box animation for flutter

A custom bottom navigation bar with box animation. This is inspired from some of the earlier designs, but in a more simplified and yet exiting way. De

SHIVAM SONI 1 Jul 31, 2022
New trick on how to create your own custom icons in flutter with bottom bar navigation

Customized Bottom Navigation Bar in Flutter | Tech With Sam Customized Bottom Navigation Bar in Flutter - Watch on youtube ✌   App Preview App Screens

Samuel Adekunle 10 Oct 26, 2022
A custom navigation bar with bubble click effect in Flutter

custom_navigation_bar A custom navigation bar with bubble click effect. Overview This project is inspired by this post from Dribbble and The Boring Fl

chaoxiang wen 194 Jan 2, 2023