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

A generic HTTP JSON client wrapper that simplifies REST API interactions in Flutter with type-safe request/response handling and streaming support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add virnavi_json_client

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

dependencies:
  virnavi_json_client: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:virnavi_json_client/virnavi_json_client.dart';
0
likes
160
points
13
downloads

Documentation

API reference

Publisher

verified publishervirnavi.com

Weekly Downloads

A generic HTTP JSON client wrapper that simplifies REST API interactions in Flutter with type-safe request/response handling and streaming support.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

dio, flutter, virnavi_common_sdk

More

Packages that depend on virnavi_json_client