Flutter Navigator

Поділитися
Вставка
  • Опубліковано 14 жов 2024
  • If you want to create a multi-screen app in Flutter, a navigation system is a critical component to enable users to move between screens and views. The Navigator widget is a powerful and flexible tool that enables you to pages and navigate between them.
    👉 Complete Code: github.com/dav...
    #flutter

КОМЕНТАРІ • 9

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

    When should I decide between this option and that one that accepts a route name as a parameter? What's a scenario where the latter is recommended?

    • @1ManStartup
      @1ManStartup  Рік тому

      If you have a simple app with just a few screens, the approach in this video is okay. But for anything more complex I'd recommend using GoRouter, especially if you want a web version of your app.

  • @blacksystems
    @blacksystems 5 місяців тому

    Dude how can i add these tree signs to my flutter(dart) files in vscode? Is it a plugin?

    • @1ManStartup
      @1ManStartup  5 місяців тому

      This video shows my whole setup ua-cam.com/video/rSI3-zxJZVc/v-deo.html

    • @zumbarto
      @zumbarto 2 місяці тому

      ​@@1ManStartup what is the name of the video man. I can't click the link

    • @1ManStartup
      @1ManStartup  2 місяці тому

      @@zumbarto Search VSCode on my channel and it's probably the first result... Or just copy the link

  • @orionprime2543
    @orionprime2543 11 місяців тому

    Nice one, subscribed for more

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

    how add navigator in lits ?

    • @1ManStartup
      @1ManStartup  Рік тому

      basically the same concept, expect make the list tile have the link and if you need to pass data from the list item you could do that too.