alice 0.4.2 copy "alice: ^0.4.2" to clipboard
alice: ^0.4.2 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 Flutter:

 $ flutter pub add alice
copied to clipboard

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

dependencies:
  alice: ^0.4.2
copied to clipboard

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:alice/alice.dart';
copied to clipboard
308
likes
140
points
25.2k
downloads

Publisher

verified publisherhasoft.pl

Weekly Downloads

2024.09.16 - 2025.03.31

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)

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

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

More

Packages that depend on alice