Flutter Tutorial - Navigation Drawer Animation | Sidebar Animation & Hidden Drawer Animation

Поділитися
Вставка
  • Опубліковано 17 січ 2025

КОМЕНТАРІ • 95

  • @HeyFlutter
    @HeyFlutter  2 роки тому +1

    This might help you :)
    👉 12 Week Flutter Training from Newbie to Expert: heyflutter.com
    Source Code: github.com/JohannesMilke/navigation_drawer_animation
    Navigation Drawer WITH Routing Tutorial: ua-cam.com/video/ts9n211n8ZU/v-deo.html
    Hidden Drawer WITHOUT Package Tutorial: ua-cam.com/video/vZ7vdMok98g/v-deo.html
    Collapsible Navigation Drawer Tutorial: ua-cam.com/video/eT9wTf6HFS8/v-deo.html
    Selectable Sidebar Menu Tutorial: ua-cam.com/video/HTi9wvIG1lI/v-deo.html
    TabBar Tutorial: ua-cam.com/video/8x2Ssf5OxQ4/v-deo.html
    Handle Back Button Pressed Tutorial: ua-cam.com/video/vEmJLvL1pzQ/v-deo.html
    Settings Menu Tutorial: ua-cam.com/video/JggTBrvVrk8/v-deo.html
    Snapping Bottom Sheet Tutorial: ua-cam.com/video/22tKvCjn3mU/v-deo.html
    Local Push Notifications Tutorial: ua-cam.com/video/bRy5dmts3X8/v-deo.html
    In App Purchases Tutorial: ua-cam.com/video/h-jOMh2KXTA/v-deo.html
    Send Email In Background Tutorial: ua-cam.com/video/9HW3MZ_tsdo/v-deo.html
    Page Transition Animation Tutorial: ua-cam.com/video/_R3E_aof69c/v-deo.html
    Settings Page UI Tutorial: ua-cam.com/video/pYQAhrY_SQA/v-deo.html
    Publish Flutter App On PlayStore Tutorial: ua-cam.com/video/g0GNuoCOtaQ/v-deo.html

  • @عبدالرحمنالدعيس-ص8د

    Thank you very much, how nice you are, like your beautiful explanation. Greetings to you from the Arab world

  • @santiagocuervomartin7925
    @santiagocuervomartin7925 3 роки тому

    Best flutter content channel!

  • @somebodyoulove
    @somebodyoulove 3 роки тому +2

    Nice tutorial. Once again. Please I await your tutorial on persistent bottom navigation bar: making bottom navigation appear in every screen.

  • @nested9301
    @nested9301 3 роки тому +1

    wow nice package and nice tutorial as always =)

  • @rasharun5683
    @rasharun5683 3 роки тому

    great tutorial. Thank you

  • @richardappow6770
    @richardappow6770 Рік тому

    what video recorder did you use?

  • @ismail1868
    @ismail1868 3 роки тому +1

    Legendary 🔥

  • @marcelocruzrpa
    @marcelocruzrpa 2 роки тому

    Great tutorial Milke, thank you so much! :))

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      You are welcome, Marcelo Cruz 😊

  • @afaqmazhar5703
    @afaqmazhar5703 Рік тому

    nice work

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank you, @afaqmazhar5703! 🙂

  • @pragnabhatt9531
    @pragnabhatt9531 2 роки тому

    Thank you!!

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      You are welcome, Pragna Bhatt!

  • @ahsankhan1724
    @ahsankhan1724 3 роки тому

    How can I add SVG icons instead of flutter icons when I add SVG with const it does not allow me when i remove const keyword i gives error on switch statement (Case expressions must be constant.)this. kindly help me what i can do.

  • @hashankannangara8723
    @hashankannangara8723 3 роки тому

    Wow, nice package thanks for the video ❤️

  • @jounisjoun5942
    @jounisjoun5942 Рік тому

    Hi thanks for the great video but i got some issues ...the mainScreen appears behind the menuScreen...can you help

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank You Jounis Joun! Follow this link: stackoverflow.com/questions/51659805/persisting-appbar-drawer-across-all-pages-flutter
      I hope you will get your answer 🙂

  • @eNONO-ot4zh
    @eNONO-ot4zh 3 роки тому

    Nice vidéo 👍

  • @surviving101
    @surviving101 2 роки тому +1

    what if its a WebView based app and switch is required between different URLs. what should in "return" then

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank You Hassan Sultan! Follow this link: pub.dev/packages/webview_flutter
      I hope you will get your answer 🙂

  • @atuljitiwari4189
    @atuljitiwari4189 3 роки тому

    Great content

  • @dicksonguinajnr1449
    @dicksonguinajnr1449 3 роки тому

    Thank you so much my brother..

  • @vinothkumarm9066
    @vinothkumarm9066 3 роки тому

    Nice package thank you

  • @hamiltondarryl3129
    @hamiltondarryl3129 3 роки тому

    I have a problem with the drawer, when I am on an internal page that is not accessible from the drawer and I return to the main menu. the drawer no longer works, what can I do?

  • @masum_pori
    @masum_pori 3 роки тому

    Danke :)

  • @doulainc.498
    @doulainc.498 2 роки тому

    hey MR. Johannes MIKE. why did u have to create a class for the items. when u can just return them in the list, i am learning, tell me please

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank you, Doula Inc.! 🙂. It is a good practice to create for items.

  • @dayqinyanjui613
    @dayqinyanjui613 2 роки тому +1

    Nice tutorials, but why don't you open source your UA-cam codes

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank You Day Qinyanjui!. I showed the main functionality, which is important for this package. Learn more about it here: github.com/JohannesMilke/sponsorware

  • @sherazkhan_1044
    @sherazkhan_1044 Рік тому

    sir i got an issue "case expression must be constant in switch statment in flutter" in switch code portion please sir help me

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank You Sherazkhan _104! Follow this link: stackoverflow.com/questions/57087666/dart-switch-statement-case-expressions-must-be-constant
      I hope you will get your answer 🙂

  • @RadioLearningEnglish
    @RadioLearningEnglish 3 роки тому

    how can I get your source code? the source code you provide was remove. and the video was too fast, I can't follow it and can't understand how it works.

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank you, Radio Learning English The best way to reach me is via Twitter: twitter.com/JohannesMilke

  • @GreenGhana
    @GreenGhana Рік тому

    Thanks so much for this tutorial. Although I have a slight challenge. The background color of my menu page does not show the full scaffold color. The page is halfway black after the menu button has been tapped on. Pls help me out

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank you @user-rt4rs6py4o, make sure to follow the tutorial step by step 🙂

    • @aurelienmas5103
      @aurelienmas5103 Рік тому

      @@HeyFlutterutiliser menuBackgroundColor

  • @Osama-Dev-
    @Osama-Dev- 3 роки тому

    can't access to the source code , I sent request but when I click access it give me error 404

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thanks, Standard - Indie Dev! 🙂 Learn more about it here: github.com/JohannesMilke/sponsorware#2-why-didnt-i-get-an-email-even-if-i-have-sent-already-a-request-on-your-website

  • @elgardaelmehdi9053
    @elgardaelmehdi9053 3 роки тому

    great video (y)
    can i control the height of mainmenu when the drawer is open ?

  • @wizardingstudios
    @wizardingstudios 2 роки тому

    Hi Mike, wonderful work. Please, how can I insert separators?

    • @wizardingstudios
      @wizardingstudios 2 роки тому

      @@HeyFlutter Many thanks!

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank You Wizarding Studios! Follow this link: medium.com/flutter-community/flutter-adding-separator-in-listview-c501fe568c76
      I hope you will get your answer 🙂

  • @sheraztahir216
    @sheraztahir216 Рік тому

    its giving error on setState
    setState(() => currentItem = item);
    saying
    The method 'setState' isn't defined for the type 'MyApp'.
    Try correcting the name to the name of an existing method, or defining a method named 'setState'.

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank You @infobhai6207! Follow this link: stackoverflow.com/questions/49597189/the-method-setstate-isnt-defined-for-the-class-myapp-error-in-flutter
      I hope you will get your answer 🙂

  • @harneetsinghchanna
    @harneetsinghchanna Рік тому

    My menu page is showing half screen black after toggle

    • @HeyFlutter
      @HeyFlutter  Рік тому

      Thank you @harneetsinghchanna, make sure to follow the tutorial step by step 🙂

    • @harneetsinghchanna
      @harneetsinghchanna Рік тому

      ​@@HeyFlutterwhen you click on the menu button your screen slides and the menu page appears... And the indigo color can be seen as the background even behind the half main screen that is slided.. but in my case the indigo colour is seen only on half screen and the screen that is behind the slided screen is black ... I guess it's the style of the updated zoom drawer .. but I want to show it like you are showing it

    • @harneetsinghchanna
      @harneetsinghchanna Рік тому

      @@HeyFlutter also how can I add drop down in one of the menu items..for eg. If I click on payment it gives 3 more option.. in drop down form

  • @iqaiserhussain
    @iqaiserhussain 2 роки тому

    Dear Johannes,
    I am not receiving emails to get access to your code. Though you have done a great job as always.

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thanks, Qaiser Hussain! 🙂 Learn more about it here: github.com/JohannesMilke/sponsorware#2-why-didnt-i-get-an-email-even-if-i-have-sent-already-a-request-on-your-website

    • @iqaiserhussain
      @iqaiserhussain 2 роки тому

      @@HeyFlutter Dear,
      I tried multiple attempts for days and waited for email and searched it everywhere in my inbox but found nothing. It's frustrating.

    • @iqaiserhussain
      @iqaiserhussain 2 роки тому

      @@HeyFlutter Hey, This issue of email is still not resolved. Kindly have a look at it.

  • @henrymettle3655
    @henrymettle3655 3 роки тому +1

    Source code please

    • @faizalmansor3427
      @faizalmansor3427 3 роки тому

      It's in the description

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thanks, Henry Mettle! 🙂 Learn more about it here: github.com/JohannesMilke/sponsorware#1-why-is-the-source-code-not-available-on-github

  • @sportKO12
    @sportKO12 3 роки тому

    Respect !

  • @alybauomy735
    @alybauomy735 2 роки тому

    good job bro , but when i go anther page and pack home page prees menu it didn't work (if i mack hot restart it work !!)

    • @alybauomy735
      @alybauomy735 2 роки тому

      @@HeyFlutter i have 6 page in my app how can i insert the zoom drawer in all pages ?

    • @alybauomy735
      @alybauomy735 2 роки тому

      @Johannes Milke i have 6 page in my app how can i insert the zoom drawer in all pages ?

  • @sagarmoriya9773
    @sagarmoriya9773 3 роки тому

    why selectedTilecolor isn't working in my case

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Hello, Sagar Moriya! Follow this link: stackoverflow.com/questions/49331612/change-background-color-of-listtile-upon-selection-in-flutter, I hope it will solve your problem. Thank You 🙂

  • @rashidkhan1845
    @rashidkhan1845 3 роки тому

    Null check operator used on a null value!!!!!!
    Sir please solve this doubt I dont want solution from stackoverflow ...pleaee tell me the exact change to do

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thank you, Rashid khan! 🙂. Some of the values that you are getting are null, so in null safety they gave that exception, you have to find out those null values variables

  • @syedmuhammadali784
    @syedmuhammadali784 2 роки тому

    sir, I need your help. I am following your video and I am facing a Toggle Exception error on the 1st screen please help me. Then I complete the code for my project. I am waiting for your answer.......???????
    "Thank you"

    • @syedmuhammadali784
      @syedmuhammadali784 2 роки тому

      @@HeyFlutter
      Error:
      Exception has occurred.
      NoSuchMethodError (NoSuchMethodError: The method 'toggle' was called on null.
      Receiver: null
      Tried calling: toggle())
      First screen code:
      code: import 'package:flutter/material.dart';
      import 'package:flutter_zoom_drawer/flutter_zoom_drawer.dart';
      class MenuWidget extends StatefulWidget {
      const MenuWidget({Key key}) : super(key: key);
      @override
      _MenuWidgetState createState() => _MenuWidgetState();
      }
      class _MenuWidgetState extends State {
      @override
      Widget build(BuildContext context) => IconButton(
      onPressed: () => ZoomDrawer.of(context).toggle(),
      icon: Icon(Icons.menu),
      );
      }

  • @abc867
    @abc867 3 роки тому

    Hello Sir, I have a issue in flutter than when navigating from one page to another i get an error message telling that Null check operator used on a null value. How to solve it?

    • @abc867
      @abc867 3 роки тому

      @@HeyFlutter thanks😀

    • @bohidorshon
      @bohidorshon 3 роки тому

      @@HeyFlutter Still the same error! Please let us know how to navigate from one page to another in this app.

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Hello, Abc! Follow this link: stackoverflow.com/questions/64278595/null-check-operator-used-on-a-null-value, I hope it will solve your problem. Thank You 🙂

  • @ahmadsalem5418
    @ahmadsalem5418 3 роки тому

    how can make this drawer i right side ??
    because i need to make it in right when i make app with Arabic language

    • @Josmiii
      @Josmiii 3 роки тому +1

      ZoomDrawer has a property called isRtl :')

    • @ahmadsalem5418
      @ahmadsalem5418 3 роки тому

      @@Josmiii AND HAS ANGLE=-10

  • @e-same6094
    @e-same6094 2 роки тому

    hi sometime i have this error

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Hello, e-SAME! Follow this link: stackoverflow.com/questions/58126783/the-method-call-was-called-on-null-receiver-null
      I hope it will solve your problem. Thank You 🙂

  • @kamalCode
    @kamalCode 3 роки тому

    Flutter MVVM DESIGN PATTERNS EXPLAIN

  • @officialismailshah
    @officialismailshah 3 роки тому

    background music is thrilling....

  • @dorin-b88
    @dorin-b88 3 роки тому +2

    Great tutorial Milke, can you make part 2 of this tutorial using MaterialRoute Navigation? It Will be much appreciated by us, it's amazing but not support routing :( Thanks in advance!
    P.S: Also how can we make the menu list items to be scrollable? Thanks!

    • @soylucario19
      @soylucario19 Рік тому +1

      is easy to implement

    • @dorin-b88
      @dorin-b88 Рік тому +1

      @@soylucario19 yes I know, 1 year ago I was n00b..thanks!

  • @lme4339
    @lme4339 3 роки тому

    Dieses Menü finde ich großartig! 👏 tolles Video!
    Ich frage mich, wie man dieses Menü responsive auch für Tablet und Web machen könnte… hast du da eine Idee?
    Was ich mich auch frage: wie könnte man denn WordPress als backend in Verbindung mit flutter nutzen? Wäre doch cool als responsive Blog App. 🤔 aber ist nur so eine Idee.

    • @lme4339
      @lme4339 3 роки тому

      @@HeyFlutter Dankeschön! Aber klappt das auch mit diesen Karten? 🤔 denn diese Animation finde ich echt toll.

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Thanks, L Me! 🙂 Learn more about creating a responsive navigation drawer here: ua-cam.com/video/eT9wTf6HFS8/v-deo.html

  • @e-same6094
    @e-same6094 2 роки тому

    The method 'toggle' was called on null.
    Receiver: null
    Tried calling: toggle()

    • @e-same6094
      @e-same6094 2 роки тому

      it's because i used it in same widget not ancestor's widget🙃

    • @HeyFlutter
      @HeyFlutter  2 роки тому

      Hello, e-SAME! Follow this link: stackoverflow.com/questions/58126783/the-method-call-was-called-on-null-receiver-null
      I hope it will solve your problem. Thank You 🙂

  • @Sebastian-hv7jz
    @Sebastian-hv7jz Рік тому

    Code needs to be updated. There have been changes and not everything works like it used to 1 year ago. Another example is a WebView 4.0.0. Nothing works with WebView like your videos show any more.

    • @HeyFlutter
      @HeyFlutter  Місяць тому

      Thank you ❤️ for the suggestion! We’ll definitely consider it for our future content ideas. 😊

  • @dev.faizan
    @dev.faizan 3 роки тому

    😉💞

  • @anjankumarka9433
    @anjankumarka9433 3 роки тому +1

    wow nic bro its help my flutter project
    but there is no ful code here what we do bro? this code is most important to me 😊 but when I get in github it ask ammount 😭😭 im poor person so bro public this video.🙏🙏🙏🙏this code is most important to me so please bro...

    • @anjankumarka9433
      @anjankumarka9433 3 роки тому

      @@HeyFlutter s bro i see there but it ask ammount ...😔🥲

    • @jesa5333
      @jesa5333 3 роки тому

      u r done this code right?