alice_chopper 1.2.0 copy "alice_chopper: ^1.2.0" to clipboard
alice_chopper: ^1.2.0 copied to clipboard

Alice + Chopper integration. It contains plugin for Alice which allows to use Chopper package.

Alice Chopper #

pub package

Alice + Chopper integration. It contains a plugin for Alice which allows you to use the Chopper package.

Setup #

import 'package:alice/alice.dart';
import 'package:alice_chopper/alice_chopper_adapter.dart';
import 'package:chopper/chopper.dart';

AliceChopperAdapter aliceChopperAdapter = AliceChopperAdapter();
Alice alice = Alice()..addAdapter(aliceChopperAdapter);

ChopperClient chopper = ChopperClient(
  interceptors: [
    aliceChopperAdapter,
  ],
);

Documentation #

For full documentation, see Alice documentation or the Main Repository.

1
likes
160
points
191
downloads

Documentation

API reference

Publisher

verified publisherhasoft.pl

Weekly Downloads

Alice + Chopper integration. It contains plugin for Alice which allows to use Chopper package.

Repository (GitHub)
View/report issues

Topics

#http #inspector #alice #chopper #interceptor

License

Apache-2.0 (license)

Dependencies

alice, chopper, flutter, http, uuid

More

Packages that depend on alice_chopper