Make http requests easily
More...
A dart/flutter package for making network requests.
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 }
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
Packages that depend on fetchx
Back