Flutter Riverpod Beginner Tutorial With HTTP API Endpoints

แชร์
ฝัง
  • เผยแพร่เมื่อ 10 ก.พ. 2025
  • Flutter Riverpod is a state management solution for Flutter. It is an evolution of Provider. Riverpod is a strong alternative to BLoC Business Logic Components and GetX.
    Refer article below for links to the code, API endpoint, API documentation, and images used in the tutorial.
    community.thet...

ความคิดเห็น • 3

  • @paultr88
    @paultr88 ปีที่แล้ว +1

    Just needed a quick how-to on using a provider for a REST call and this did the trick. Thanks!

  • @leleemagnu6831
    @leleemagnu6831 ปีที่แล้ว

    Very captivating tutorial. Finally, something pretty interesting!
    Thank you.
    PS Really looking forward to the rest of the series. KISS, please!

  • @PremJith2310
    @PremJith2310 ปีที่แล้ว +2

    Hi,
    Thanks for the video. Could you please upload a video with a Riverpod project having api endpoints in a single dart file and the endpoints changes for every user and the base url remains same. So that the response data can be fetched from any other screen. It will be very helpful and i cant see any tutorial in youtube explaining with the real world projects