Flutter ZERO Boilerplate Router with Auto Route - Flutter Navigation Tutorial

Поделиться
HTML-код
  • Опубликовано: 9 сен 2024

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

  • @RaymondAtivie
    @RaymondAtivie 4 года назад +20

    Please update the video as the implementation has changed in the newer packages.

  • @hermankravchenko6470
    @hermankravchenko6470 3 года назад

    auto route changed my life
    Thanks

  • @Vellutia
    @Vellutia 4 года назад +10

    how to integrate this with flutter_bloc?

  • @eliasavelino6729
    @eliasavelino6729 4 года назад +1

    By far one of the most useful packages

  • @Moprationsz
    @Moprationsz 3 года назад

    Just found your channel and I'm in love with it. It is really nice how you teach all the best practices of the architecture of an app. Thanks

  • @mohammedal-tarhony7083
    @mohammedal-tarhony7083 3 года назад

    perfect , thanks a lot .
    Good Luck!

  • @kishansinhparmar
    @kishansinhparmar 4 года назад

    Always love to see you Reso...thanks for contribution

  • @ercuesy
    @ercuesy 4 года назад

    Great package and a great tutorial too, Matt. Thank you!

  • @ceoappsknight
    @ceoappsknight 3 года назад

    Best tutorial ever

  • @eduardoholzmann853
    @eduardoholzmann853 4 года назад +5

    how init bloc with this kind of navigation?

    • @amangautam9526
      @amangautam9526 3 года назад

      Provide it as argument and by using .. double dot operator you can add initial event too

  • @sergiofranklin8809
    @sergiofranklin8809 4 года назад

    Thank you so much

  • @gauravthakkar802
    @gauravthakkar802 3 года назад

    Update:
    The way of specifying annotations has now changed
    We use @MaterialAutoRouter (routes:[YOUR_ROUTES_HERE])
    For more changes see:
    pub.dev/packages/auto_route#migration-guide

  • @MinhNguyen-hf5yh
    @MinhNguyen-hf5yh 3 года назад +2

    Thank for a great tutorial. Can you demo deep linking use auto_route?

  • @ferdinandcruzgomez6677
    @ferdinandcruzgomez6677 4 года назад +2

    What would be the
    right implementation to navigate between different 'feaures'. I love your videos. greetings from Mexico
    . estan bien chingones tus videos wey.

  • @sanal.abraham
    @sanal.abraham 4 года назад +1

    Hi Reso Coder...can you compare BLoC and Provider(pub dev packages provider) for state management...

  • @sergeywhite8897
    @sergeywhite8897 4 года назад

    Thank you a ton!!!

  • @ercuesy
    @ercuesy 4 года назад

    Awesome, thanks!

  • @user-gp1uj9ml5t
    @user-gp1uj9ml5t 4 года назад +3

    Hello, sir. Thank you for your work. Can we expect videos about flutter and ml kit?

  • @hoekbrwr
    @hoekbrwr 4 года назад

    Can we use this route generator? The packages are many updates newer! I tried loading the example, but that is not functional, 185 problems!

  • @arrizalshidiq5660
    @arrizalshidiq5660 4 года назад

    Thank you , I was hoping that you will add tutorial how to add dependency injection with this package but well it's okay it's just my suggestion

  • @TheIzar21
    @TheIzar21 4 года назад

    Can this be used with flutter_bloc? I tried to implement the BlocProvider with the wrappedRoute but it juts didn't work.

  • @danielfelten
    @danielfelten 4 года назад +1

    I'm currently considering whether the generated router file should be pushed into the Git. What is your opinion?

  • @robertreimann1846
    @robertreimann1846 Год назад

    I am getting no autocomplete after the @ symbol. Any help?

  • @cristiang4774
    @cristiang4774 3 года назад

    how did you get that straight line in vscode between (code) tree parents (e.g: 4:43)

  • @Giigigi1122
    @Giigigi1122 3 года назад

    do anyone know what is the extension with the lines next to the functions that shows where they are belonging too??

  • @mirzacickusic
    @mirzacickusic 4 года назад +3

    Nice job man. But I have to ask, do your have some tuts about responsive design? Did not menage to find on you channel anything related to that and also on web there is so little about responsive design patterns in Flutter. My thought are that building responsive is MUCH more important in flutter than other frameworks, regarding its capability to draw pixels everywhere...

    • @Dizzle2myNizzle
      @Dizzle2myNizzle 4 года назад

      Mirza Čičkušić Use the built in class MediaQuery. Define the current device screensize by defining Size screenSize = MediaQuery.of(context).size. You can now create any widget with a percentage of the width and height of your device screen size. For example: A container with width set to screenSize.width * 0,5 will take up 50% of any screen size, hence, you have a responsive widget.

    • @mirzacickusic
      @mirzacickusic 4 года назад

      @@Dizzle2myNizzle yes i startet to implement that form of solution. Do you have any suggestions for making text widget responsive?

    • @Dizzle2myNizzle
      @Dizzle2myNizzle 4 года назад

      Mirza Čičkušić For responsive text widgets, check out the auto_size_text package: pub.dev/packages/auto_size_text

    • @mirzacickusic
      @mirzacickusic 4 года назад

      @@Dizzle2myNizzle thanks man you are great!

  • @fringefilms
    @fringefilms 4 года назад

    How does it link the class variables you created to the generated classes? I know you followed a naming convention.

  • @lKyoto
    @lKyoto 2 года назад

    This is before Nav 2.0? Right?

  • @groupsvkg
    @groupsvkg 4 года назад

    Great Work Matt!!..... can you please show the example of "Nested Navigators" and is it possible to have routes as /a/b/c. Also is it related to widget replacement inside bigger widget?

  • @Aniket596
    @Aniket596 4 года назад

    which font and font litigations , vscode theme do you use?

  • @mercatellineto
    @mercatellineto 4 года назад

    How can I pass arguments in the InitialPage, if is the case?

  • @user-xm2yz5yy6l
    @user-xm2yz5yy6l 4 года назад

    Can you help me with NestedScrollView : TabBar - TabBarView - ListView(infinity) refresh and load more? I have been stocking here for a long long time ... Please help me . I can't get the scrollController.

  • @aytunch
    @aytunch 4 года назад

    Does this package support nested and complex routing? let's say we go from 1->2->3 and pop back to 1 immediately?

  • @ThEGeEeK
    @ThEGeEeK 3 года назад

    Can we use this for deep linking

  • @filipefonseca5636
    @filipefonseca5636 4 года назад

    I couldn't figure it out how to add dependency in initialRoute. Can someone help me?

  • @anthonyoleinik6472
    @anthonyoleinik6472 3 года назад

    Can you make a new video about this package and include unit testing? I’m not smart enough to do it myself

  • @MrARBN
    @MrARBN 4 года назад

    can you please make a tutorial of ANDROID (use Kotlin & MVVM & dependency injection (like Kodein) ) to get the contact list, show them to the user, and send them as a file or JSON or anything like that (which is the best solution) to the server?

  • @quoteskingdom8239
    @quoteskingdom8239 4 года назад

    Hi, can you please help with the c succeed code?thanks

  • @mrhifi2499
    @mrhifi2499 2 года назад

    where can i find the complete code

  • @markjaysongonzaga1131
    @markjaysongonzaga1131 3 года назад

    what is the command to generate the file?

  • @poomchantara355
    @poomchantara355 3 года назад

    Is auto_route compatible with web apps?

  • @samirshrestha5252
    @samirshrestha5252 3 года назад

    It's not working. please make another full tutorial on flutter routes.

  • @devdeejay749
    @devdeejay749 4 года назад +1

    This seems more complicated than the default Routing logic.

  • @BriedisLTU
    @BriedisLTU 4 года назад +1

    Seems kinda useless as it takes two more lines of code if you do it correctly to make it yourself. And you write new route not that often that it would be a problem.

  • @somtamang8474
    @somtamang8474 3 года назад

    @autoRouter not recognized

  • @ronaldnats5815
    @ronaldnats5815 2 года назад

    Your written tutorials have been taken down as of this 2/22

  • @pedrolemoz
    @pedrolemoz 3 года назад

    Can you make an updated version of this video? It's outdated

  • @berthojoris
    @berthojoris 4 года назад

    Please use a new version from this library

  • @user-ef9hn2gw2g
    @user-ef9hn2gw2g 4 года назад

    do you prefer auto route or sailor?

  • @markdioneeb8997
    @markdioneeb8997 3 года назад

    Your example was very weak & unnecessary, the main reason why we use AutoRoute is to use it for nested/stack navigation ,
    we can do that without any packages

  • @narcodico
    @narcodico 4 года назад +1

    The only downside to it is that you can't wrap the page you're navigating to with some widget(eg: BlocProvider). They should probably expose a Widget property for that matter.

    • @ResoCoder
      @ResoCoder  4 года назад

      github.com/Milad-Akarie/auto_route_library#handling-wrapped-routes
      Still, I didn't find a way to pass use the previous route's context.

    • @JETLAI123
      @JETLAI123 4 года назад

      @@ResoCoder So, this autoroute can't use with Bloc? Let's say sharing pages' bloc state across different routes

    • @Vellutia
      @Vellutia 4 года назад

      @@ResoCoder So is there any new changes for that? Still can't access the context

    • @arjayfuentes2271
      @arjayfuentes2271 4 года назад

      Does anyone been able to use blocProvider to it.?

  • @ghayrat_samiev
    @ghayrat_samiev Год назад

    This video is very old

  • @rohitsingh1433
    @rohitsingh1433 4 года назад

    Please update the video as the implementation has changed in the newer packages.