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

A powerful in-app API debugging and inspection tool for Flutter. Supports Dio interception, persistent logs, edit-and-run, CURL export, and a beautiful inspector dashboard.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add api_studio

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

dependencies:
  api_studio: ^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:api_studio/api_studio.dart';
7
likes
140
points
293
downloads

Documentation

API reference

Publisher

verified publisherapistudio.cloud

Weekly Downloads

A powerful in-app API debugging and inspection tool for Flutter. Supports Dio interception, persistent logs, edit-and-run, CURL export, and a beautiful inspector dashboard.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

bloc, equatable, flutter, flutter_bloc, hive, hive_flutter, intl, path_provider, share_plus, uuid

More

Packages that depend on api_studio