Flutter Riverpod Beginner Tutorial With HTTP API Endpoints

Поделиться
HTML-код
  • Опубликовано: 1 май 2023
  • 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.theta360.guide/t/fl...
  • НаукаНаука

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

  • @paultr88
    @paultr88 4 месяца назад +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