Flutter ZERO Boilerplate Router with Auto Route - Flutter Navigation Tutorial

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 69

  • @RaymondAtivie
    @RaymondAtivie Před 4 lety +20

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

  • @hermankravchenko6470
    @hermankravchenko6470 Před 3 lety

    auto route changed my life
    Thanks

  • @eliasavelino6729
    @eliasavelino6729 Před 4 lety +1

    By far one of the most useful packages

  • @Moprationsz
    @Moprationsz Před 3 lety

    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

  • @kishansinhparmar
    @kishansinhparmar Před 4 lety

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

  • @MinhNguyen-hf5yh
    @MinhNguyen-hf5yh Před 3 lety +2

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

  • @Vellutia
    @Vellutia Před 4 lety +10

    how to integrate this with flutter_bloc?

  • @ercuesy
    @ercuesy Před 4 lety

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

  • @ferdinandcruzgomez6677
    @ferdinandcruzgomez6677 Před 4 lety +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.

  • @mohammedal-tarhony7083

    perfect , thanks a lot .
    Good Luck!

  • @user-gp1uj9ml5t
    @user-gp1uj9ml5t Před 4 lety +3

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

  • @sanal.abraham
    @sanal.abraham Před 4 lety +1

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

  • @sergiofranklin8809
    @sergiofranklin8809 Před 4 lety

    Thank you so much

  • @arrizalshidiq5660
    @arrizalshidiq5660 Před 4 lety

    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

  • @ceoappsknight
    @ceoappsknight Před 3 lety

    Best tutorial ever

  • @groupsvkg
    @groupsvkg Před 4 lety

    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?

  • @mirzacickusic
    @mirzacickusic Před 4 lety +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 Před 4 lety

      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 Před 4 lety

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

    • @Dizzle2myNizzle
      @Dizzle2myNizzle Před 4 lety

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

    • @mirzacickusic
      @mirzacickusic Před 4 lety

      @@Dizzle2myNizzle thanks man you are great!

  • @robertreimann1846
    @robertreimann1846 Před rokem

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

  • @ercuesy
    @ercuesy Před 4 lety

    Awesome, thanks!

  • @eduardoholzmann853
    @eduardoholzmann853 Před 4 lety +5

    how init bloc with this kind of navigation?

    • @amangautam9526
      @amangautam9526 Před 3 lety

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

  • @gauravthakkar802
    @gauravthakkar802 Před 3 lety

    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

  • @Giigigi1122
    @Giigigi1122 Před 3 lety

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

  • @sergeywhite8897
    @sergeywhite8897 Před 4 lety

    Thank you a ton!!!

  • @anthonyoleinik6472
    @anthonyoleinik6472 Před 3 lety

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

  • @MrARBN
    @MrARBN Před 4 lety

    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?

  • @lKyoto
    @lKyoto Před 2 lety

    This is before Nav 2.0? Right?

  • @danielfelten
    @danielfelten Před 4 lety +1

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

  • @hoekbrwr
    @hoekbrwr Před 4 lety

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

  • @mercatellineto
    @mercatellineto Před 4 lety

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

  • @cristiang4774
    @cristiang4774 Před 3 lety

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

  • @ThEGeEeK
    @ThEGeEeK Před 3 lety

    Can we use this for deep linking

  • @Aniket596
    @Aniket596 Před 4 lety

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

  • @TheIzar21
    @TheIzar21 Před 4 lety

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

  • @fringefilms
    @fringefilms Před 4 lety

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

  • @quoteskingdom8239
    @quoteskingdom8239 Před 4 lety

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

  • @devdeejay749
    @devdeejay749 Před 4 lety +1

    This seems more complicated than the default Routing logic.

  • @mrhifi2499
    @mrhifi2499 Před 2 lety

    where can i find the complete code

  • @aytunch
    @aytunch Před 4 lety

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

  • @filipefonseca5636
    @filipefonseca5636 Před 4 lety

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

  • @user-xm2yz5yy6l
    @user-xm2yz5yy6l Před 4 lety

    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.

  • @markjaysongonzaga1131
    @markjaysongonzaga1131 Před 3 lety

    what is the command to generate the file?

  • @berthojoris
    @berthojoris Před 4 lety

    Please use a new version from this library

  • @samirshrestha5252
    @samirshrestha5252 Před 3 lety

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

  • @somtamang8474
    @somtamang8474 Před 3 lety

    @autoRouter not recognized

  • @pedrolemoz
    @pedrolemoz Před 3 lety

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

  • @poomchantara355
    @poomchantara355 Před 3 lety

    Is auto_route compatible with web apps?

  • @ronaldnats5815
    @ronaldnats5815 Před 2 lety

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

  • @user-ef9hn2gw2g
    @user-ef9hn2gw2g Před 4 lety

    do you prefer auto route or sailor?

  • @BriedisLTU
    @BriedisLTU Před 4 lety +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.

  • @narcodico
    @narcodico Před 4 lety +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  Před 4 lety

      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 Před 4 lety

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

    • @Vellutia
      @Vellutia Před 4 lety

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

    • @arjayfuentes2271
      @arjayfuentes2271 Před 4 lety

      Does anyone been able to use blocProvider to it.?

  • @markdioneeb8997
    @markdioneeb8997 Před 3 lety

    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

  • @ghayrat_samiev
    @ghayrat_samiev Před rokem

    This video is very old

  • @rohitsingh1433
    @rohitsingh1433 Před 4 lety

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