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

Alice + ObjectBox integration. It contains a plugin for Alice which stores http requests and responses in an ObjectBox NoSQL database.

Alice ObjectBox #

pub package

Alice + ObjectBox integration. It contains a plugin for Alice which stores HTTP requests and responses in an ObjectBox NoSQL database.

Setup #

import 'package:alice/alice.dart';
import 'package:alice/model/alice_configuration.dart';
import 'package:alice_objectbox/alice_objectbox.dart';
import 'package:alice_objectbox/alice_objectbox_store.dart';

// Initialize AliceObjectBoxStore before running the app
AliceObjectBoxStore store = await AliceObjectBoxStore.create(persistent: false);

AliceConfiguration configuration = AliceConfiguration(
  storage: AliceObjectBox(store: store, maxCallsCount: 1000),
);

Alice alice = Alice(configuration: configuration);

Documentation #

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

1
likes
150
points
48
downloads

Documentation

API reference

Publisher

verified publisherhasoft.pl

Weekly Downloads

Alice + ObjectBox integration. It contains a plugin for Alice which stores http requests and responses in an ObjectBox NoSQL database.

Repository (GitHub)
View/report issues

Topics

#http #inspector #alice #interceptor #objectbox

License

Apache-2.0 (license)

Dependencies

alice, flat_buffers, flutter, json_annotation, meta, objectbox, objectbox_flutter_libs, path, path_provider

More

Packages that depend on alice_objectbox