Flutter Provider Package In Depth - ProxyProvider

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • The provider package offers incredibly flexible and powerful state management solutions for Flutter. In this series we take a look at the different kind of providers available in the provider package as well as different ways to import them into our widgets.
    In the third part of this series we take a look at ProxyProvider as a way of chaining together reactive or asynchronous operations where resolved or streamed values become parameters further down the chain.
    Github:
    github.com/nhandrew/proxyprov...
    Social Media:
    Twitter: @andyjulow
  • Věda a technologie

Komentáře • 22

  • @yandelyano
    @yandelyano Před 4 lety +2

    Hey Andy,
    Thank you for the tier A content, I would like to make a suggestion if I may:
    1. In order to make your courses more interesting (even though they are already) why not start with a demo of the end result to show viewers what they are trying to attain ?
    2. And I think this would make subjects easier to digest for newbies like myself, I think it would be better to mention the reasoning behind the solution, i.e. mentioning the problem, and how you went from there to the final solution you provided in the video.
    I might be wrong, but in my learning day of Python, this helped me a lot.
    Good luck on your journey.

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

    Super awesome.. Please do more videos which you have planned for.. Like signing up with phone authentication Otp for the users and create a profile page where user data will be shown..and if the user submits any booking how we can change the order status from pending to approved from admin app which will reflect on the user app.. It will a super awesome..

  • @leonvanrijswijk8409
    @leonvanrijswijk8409 Před 4 lety

    Nice example, well explained. Thanks

  • @hokcheunghung7769
    @hokcheunghung7769 Před 3 lety

    Thanks again for the great tutorial

  • @toroltdcomtr
    @toroltdcomtr Před 4 lety

    It is updated version of Provider package. Thanks for the video.

  • @lyla8920
    @lyla8920 Před 4 lety

    The way u begin ur tutorials I love it very different from others. Awesome tutorial made a lot of damage with it haha👌

  • @royarahimi7138
    @royarahimi7138 Před 3 lety

    Thank you so much, Just when I need it, your tutorials is really clear to me and relaxing intro of your video is amazing, Appreciation goes beyond words :)

  • @nikhilkukreja8498
    @nikhilkukreja8498 Před 3 lety

    Thank you so much andy sir :)

  • @lukaszglowacz8578
    @lukaszglowacz8578 Před 3 lety

    Great video! Maybe on your to-do-tutorial list you could put a walk through with these concepts including authorization (at the top of the tree) plus use of StateFul widgets somewhere in the app to show how to handle initState and reloading / updating of data (at intervals or on user's click) :) Thanks! Warmest regards

  • @mohamadosama9797
    @mohamadosama9797 Před 4 lety

    Thanks alot bro.. we need more 😛

  • @VJKoding
    @VJKoding Před 4 lety

    Thanks sir ❤️

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

    body1 now is: bodyText1

  • @nitinkumar7225
    @nitinkumar7225 Před 3 lety +1

    Just try implementing the code without using the consumer. I had read that "Consumer" is just a sugar syntax for Provider.of

  • @akarshs9552
    @akarshs9552 Před 4 lety

    Hi sir , Please make a video series on one complete app using provider :)

  • @saicharansigiri2964
    @saicharansigiri2964 Před 3 lety +1

    man, I am really confused, and I'm new to app development and I kinda know how to make a basic app and know almost all the concepts in Dart so my dought is what should be my order of learning like should I go for State Management first then for Database and all.....ah really confused plz suggest me Thank You

  • @abdulrehmananwar6990
    @abdulrehmananwar6990 Před 3 lety

    Please help
    I want a listview using provider and one add row button(on button tap blank row will add to listview). each row contain two textfield widgets (qty and rate) when user input qty and rate its multiply and display sum in bottom. Please help in this regards thanks

  • @samadshukr4111
    @samadshukr4111 Před 4 lety

    pleas make a videos about how to filtering list and mar with the provider

    • @royarahimi7138
      @royarahimi7138 Před 3 lety

      Yeah, I really need it too

    • @royarahimi7138
      @royarahimi7138 Před 3 lety

      If you have any progress on that I will appreciate if you contact me on instagram: @roya.yam

  • @lunaticcoding
    @lunaticcoding Před 4 lety

    Could you do a video covering Remi's freezed package (github.com/rrousselGit/freezed) please? :D that would be great :P

  • @Mattt858
    @Mattt858 Před 4 lety

    Why do you make us view the whole geolocator app building just to understand the ProxyProvider? what a waste of time