endpoint_vault 0.2.0 copy "endpoint_vault: ^0.2.0" to clipboard
endpoint_vault: ^0.2.0 copied to clipboard

Encrypted endpoint failure capture, reliability statistics, and recovery tools for Flutter apps. Capture critical API failures with client-side redaction and encryption.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add endpoint_vault

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

dependencies:
  endpoint_vault: ^0.2.0

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:endpoint_vault/endpoint_vault.dart';
0
likes
160
points
204
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisheryahhi.me

Weekly Downloads

Encrypted endpoint failure capture, reliability statistics, and recovery tools for Flutter apps. Capture critical API failures with client-side redaction and encryption.

Homepage
Repository (GitHub)
View/report issues

Topics

#api #monitoring #error-handling #encryption

License

MIT (license)

Dependencies

crypto, dio, encrypt, flutter, path, path_provider, shared_preferences, sqflite, uuid

More

Packages that depend on endpoint_vault