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
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!