HTTP request in flutter

后端 未结 4 1536
-上瘾入骨i
-上瘾入骨i 2020-12-23 14:58

I am using Retrofit for Android. It is easy to retrieve and upload JSON via a REST based web service. Can we get any library which is equivalent to Retrofit for web services

4条回答
  •  心在旅途
    2020-12-23 15:42

    get to the location of pubspac.yaml run cmd

    > flutter pub get 
    > flutter packages get
    

    add

    http: ^0.11.3+16

    in pubspac.yaml

    get dependencies. try to import library, hopes this helps!

提交回复
热议问题