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

Simplified Networking. Support for sending REST & GraphQL API Requests.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add better_networking

With Flutter:

 $ flutter pub add better_networking

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  better_networking: ^0.0.1

Alternatively, 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:better_networking/better_networking.dart';
1
likes
0
points
197
downloads

Publisher

verified publisherapidash.dev

Weekly Downloads

Simplified Networking. Support for sending REST & GraphQL API Requests.

Repository (GitHub)
View/report issues

Topics

#networking #api #rest #http #graphql

License

unknown (license)

Dependencies

collection, flutter, freezed_annotation, http, http_parser, json5, json_annotation, seed, xml

More

Packages that depend on better_networking