pf_dart_http 1.0.0
pf_dart_http: ^1.0.0 copied to clipboard
Problem Fighter make a library for HTTP Request, Which is basically use of Dart HTTP package. The object of this library is use the dart http library with easy way with all combination such as POST, G [...]
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add pf_dart_httpWith Flutter:
$ flutter pub add pf_dart_httpThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
pf_dart_http: ^1.0.0Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:pf_dart_http/pf_dart_http.dart';