logiq 1.0.0-beta copy "logiq: ^1.0.0-beta" to clipboard
logiq: ^1.0.0-beta copied to clipboard

Zero-impact, fire-and-forget local logging system for Flutter. Enterprise-grade with encryption, rotation, and debug UI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add logiq

With Flutter:

 $ flutter pub add logiq

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

dependencies:
  logiq: ^1.0.0-beta

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:logiq/logiq.dart';
1
likes
0
points
184
downloads

Publisher

verified publisherlogique.co.id

Weekly Downloads

Zero-impact, fire-and-forget local logging system for Flutter. Enterprise-grade with encryption, rotation, and debug UI.

Repository (GitHub)
View/report issues

Topics

#logging #encryption #rotation #redaction #retention

License

unknown (license)

Dependencies

archive, crypto, flutter, intl, path, path_provider, pointycastle, share_plus, synchronized

More

Packages that depend on logiq