How to create a Custom Floating Bottom Navigation Bar in Flutter

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • In this video, you will learn how to create a custom floating bottom navigation bar in flutter app. This floating bottom navigation bar is created step by step from scratch without using any packages. Bottom navigation bar allows your app user to navigate between screens. For more implementation details, checkout to the complete tutorial video !
    Subscribe to our channel 👉 shorturl.at/uCET4
    If you enjoyed this video be sure to give it a like and subscribe for more!
    ChatGPT: Here's how to get a job at Google, Meta, Tesla ...
    • 5 Tips to get a job at...
    ChatGPT generates NFTs ! New Passive Income With ChatGPT !
    • How to generate images...
    I Lost $XXX after OpenAI's Secret Key LEAKED !!
    • I Lost $XXX after Open...
    Web Scraping using ChatGPT | Coded by ChatGPT
    • How to create a Web Sc...
    Flutter ChatGPT using OpenAI's GPT-3 | Flutter Chatbot
    • Flutter ChatGPT using ...
    How to Manage State Using Flutter GetX | Flutter State Management • GetX State Management ...
    How to Manage State Using Flutter Provider | Flutter State Management • Flutter Provider State...
    How to Solve Vertical viewport was given unbounded height | Flutter Common Error
    • How to Solve Vertical ...
    Installation & Configuration | Flutter Firebase Tutorial #1
    • Installation & Configu...
    Firebase RealTime Database (CRUD) | Flutter Firebase Tutorial #3
    • Firebase RealTime Data...
    How To Create A Flutter Table Calendar In Just 5 Minutes!
    • How To Create A Flutte...
    Dropdown in Flutter for creating flexible, reusable user interfaces
    • Dropdown in Flutter fo...
    Object-oriented Programming in Dart
    • OOP Tutorials
    Flutter Project Ideas
    • Flutter Project Ideas
    Flutter Package Tutorials
    • Flutter Package Tutorials
    #fluttertutorialforbeginners
  • НаукаНаука

Комментарии • 8

  • @user-yq1gf3se3r
    @user-yq1gf3se3r 4 месяца назад +1

    Very useful video - thanks!

    • @AIWithFlutter
      @AIWithFlutter  4 месяца назад

      You’re welcome ! Appreciate that 🙏

  • @ManeeshaWalisundera
    @ManeeshaWalisundera 2 месяца назад +1

    Excellent vid :)

  • @user-fl2tf3to3s
    @user-fl2tf3to3s 4 месяца назад +1

    it's so good if you provide the source code

  • @Anonimowy625
    @Anonimowy625 5 месяцев назад

    Good

  • @maazafridi2090
    @maazafridi2090 4 месяца назад +1

    from where you have added ? selectedIndex == index you did not mentioned any index or variable.. ??

    • @AIWithFlutter
      @AIWithFlutter  4 месяца назад

      Hi 👋, sorry for the confusion. The selectedIndex is created at 1:50 while the check for selectedIndex == index is added at 5:03.