Use OpenApi generator to share your models between Flutter and your backend | Guillaume Bernos

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

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

  • @CarlosWashingtonMercado
    @CarlosWashingtonMercado Месяц назад

    Great video.

  • @mulusewsimeneh5673
    @mulusewsimeneh5673 8 месяцев назад

    Thank you very much. It is help full

  • @unzi876
    @unzi876 2 года назад +1

    awesome video . helped a lot. thanks

  • @pooriasharifi9545
    @pooriasharifi9545 4 месяца назад

    It’s Awesome

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

    excellent video, this was very helpful. Would you be able to show how to store these Api objects like pet or user to local storage with shared prefs? and be able to retrieve them as well? that would be a massive help! Side note if you can explain "builder" a bit better that would be awesome!

  • @mothernature6146
    @mothernature6146 Год назад +2

    how can i pass global configuration like headers, authorization token, i am not able to find any example

    • @arthurmtro
      @arthurmtro 9 месяцев назад

      Did you find out solution ?

    • @mothernature6146
      @mothernature6146 9 месяцев назад

      @@arthurmtro yes it was simple. Just need to do some research

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

    Thanks for sharing this, but when i generating api on my computer, .dart_tool folder and pubspeck.lock is missing, which means not these two parts in generated api foleder, could you help me out?