Custom Bottom Navigation Bar in Flutter- Part 1

แชร์
ฝัง
  • เผยแพร่เมื่อ 7 พ.ย. 2024

ความคิดเห็น • 21

  • @MJSDCoding
    @MJSDCoding  4 ปีที่แล้ว +1

    Watch my last video: Create Splash Screen in Flutter App the Right Way
    th-cam.com/video/JVpFNfnuOZM/w-d-xo.html

  • @cosif3001
    @cosif3001 4 ปีที่แล้ว +2

    Best video that make a navbar from scratch no plugin or package

  • @engineeringresponse4406
    @engineeringresponse4406 4 ปีที่แล้ว +1

    Big Thumbs Up !

  • @094_cse_srekaravarshannk3
    @094_cse_srekaravarshannk3 4 ปีที่แล้ว +1

    Thank you very much.

  • @tommyeagen3763
    @tommyeagen3763 4 ปีที่แล้ว +10

    Why using a container and media query to define the width, there is the Expanded widget that lives inside a row and takes up the whole space

    • @musikjungle189
      @musikjungle189 3 ปีที่แล้ว

      sometimes u want to create another widget inside a widget and want to set the witdh of the widget inside the other widget in relationship to the widget outside. or is there a way to get the length from the Expanded Widget? not sure

  • @SullyS255
    @SullyS255 2 ปีที่แล้ว

    Thanks for the awesome video, I want to show the title of each icon when it's active, how can I do that?

  • @robertjeong4958
    @robertjeong4958 3 ปีที่แล้ว

    Thank you, Might I use it and your open sources? in my project.

  • @PreVlad
    @PreVlad 3 ปีที่แล้ว

    Hey, very good video. But I have one problem. I want a round border, but with boxDecoration, evry single Container gets a round Border. Can you help me to solve that Problem? I want a round Border on the top left, of the first Container and on the top right on the last Container.

    • @samippaudel266
      @samippaudel266 3 ปีที่แล้ว

      just give decoration to container buddy The contianer inside the function , I am talking about

  • @yasirarefinxz
    @yasirarefinxz 2 ปีที่แล้ว

    1:15 video starts

  • @SullyS255
    @SullyS255 4 ปีที่แล้ว

    thank you for the amazing video!! how can we add title to the icons? like home ...etc

    • @Rich-Fashion-world
      @Rich-Fashion-world 3 ปีที่แล้ว

      then create the column their and add the Text Widget down the Icon.

  • @duzadam9980
    @duzadam9980 3 ปีที่แล้ว

    i have got a error
    width: MediaQuery.of(context).size.width / 3,
    {
    "owner": "_generated_diagnostic_collection_name_#0",
    "code": "undefined_identifier",
    "severity": 8,
    "message": "Undefined name 'context'.
    Try correcting the name to one that is defined, or defining the name.",
    "source": "dart",
    "startLineNumber": 40,
    "startColumn": 28,
    "endLineNumber": 40,
    "endColumn": 35
    }

  • @praveennp4108
    @praveennp4108 3 ปีที่แล้ว

    How to add text for each icon???😢

  • @maherbanhusentech
    @maherbanhusentech 3 ปีที่แล้ว

    bro add badge in this navigation, and code send