hihook 0.1.0 copy "hihook: ^0.1.0" to clipboard
hihook: ^0.1.0 copied to clipboard

High-level hook abstraction framework with dependency graphs, transactions, metrics, and remote hooks.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add hihook

With Flutter:

 $ flutter pub add hihook

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

dependencies:
  hihook: ^0.1.0

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:hihook/interfaces/hi_store.dart';
import 'package:hihook/interfaces/interfaces.dart';
import 'package:hihook/plugins/base64/base64.dart';
import 'package:hihook/plugins/base64/base64_hook.dart';
import 'package:hihook/plugins/base64/base64_plugin.dart';
import 'package:hihook/plugins/lru/lru.dart';
import 'package:hihook/plugins/lru/lru_condition.dart';
import 'package:hihook/plugins/lru/lru_hook.dart';
import 'package:hihook/plugins/lru/lru_plugin.dart';
import 'package:hihook/plugins/plugins.dart';
import 'package:hihook/plugins/ttl/ttl.dart';
import 'package:hihook/plugins/ttl/ttl_condition.dart';
import 'package:hihook/plugins/ttl/ttl_hook.dart';
import 'package:hihook/plugins/ttl/ttl_plugin.dart';
0
likes
150
points
141
downloads

Publisher

verified publisherpathverse.ca

Weekly Downloads

High-level hook abstraction framework with dependency graphs, transactions, metrics, and remote hooks.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

collection, meta

More

Packages that depend on hihook