http_sandbox_viewer 0.1.1 copy "http_sandbox_viewer: ^0.1.1" to clipboard
http_sandbox_viewer: ^0.1.1 copied to clipboard

A Flutter package for debugging HTTP requests and responses with Swagger-like API definitions for Retrofit + Dio.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add http_sandbox_viewer

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

dependencies:
  http_sandbox_viewer: ^0.1.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:http_sandbox_viewer/http_sandbox_viewer.dart';
1
likes
150
points
33
downloads

Publisher

verified publisherpregum-fox.com

Weekly Downloads

A Flutter package for debugging HTTP requests and responses with Swagger-like API definitions for Retrofit + Dio.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

dio, flutter, json_annotation, retrofit, shared_preferences, yaml

More

Packages that depend on http_sandbox_viewer