fetchx 0.0.1 copy "fetchx: ^0.0.1" to clipboard
fetchx: ^0.0.1 copied to clipboard

outdated

Make http requests easily

A dart/flutter package for making network requests.

Features #

  • Get
  • Post
  • Put
  • Delete
  • Patch

Usage #

To use the package add this to your pubspec.yaml

dependencies:
  fetchx: ^0.0.1

Then import the package

import 'package:fetchx/fetchx.dart';

void main() async{
    // Use the package
}
6
likes
0
points
50
downloads

Publisher

unverified uploader

Weekly Downloads

Make http requests easily

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on fetchx