alice 0.3.1 copy "alice: ^0.3.1" to clipboard
alice: ^0.3.1 copied to clipboard

Alice is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add alice

With Flutter:

 $ flutter pub add alice

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

dependencies:
  alice: ^0.3.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:alice/alice.dart';
275
likes
0
pub points
97%
popularity

Publisher

unverified uploader

Alice is an HTTP Inspector tool which helps debugging http requests. It catches and stores http requests and responses, which can be viewed via simple UI.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

better_player, chopper, collection, dio, flutter, flutter_local_notifications, http, open_filex, package_info_plus, path_provider, permission_handler, rxdart, sensors_plus, share_plus

More

Packages that depend on alice