compliance_reporter 1.0.1 copy "compliance_reporter: ^1.0.1" to clipboard
compliance_reporter: ^1.0.1 copied to clipboard

Production-grade Dart package for generating compliance audit reports in PDF and Excel. Includes access logs, activity tracking, anomaly detection, risk scoring, and support for GDPR, SOC 2, ISO 27001 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add compliance_reporter

With Flutter:

 $ flutter pub add compliance_reporter

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

dependencies:
  compliance_reporter: ^1.0.1

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:compliance_reporter/compliance_reporter.dart';
0
likes
130
points
26
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Production-grade Dart package for generating compliance audit reports in PDF and Excel. Includes access logs, activity tracking, anomaly detection, risk scoring, and support for GDPR, SOC 2, ISO 27001, PCI-DSS, and HIPAA. Works on Flutter and standalone Dart backends.

Repository (GitHub)
View/report issues

Topics

#compliance #audit #pdf #excel #security

License

MIT (license)

Dependencies

archive, crypto, excel, http, intl, json_annotation, logging, path, pdf, pointycastle, printing, uuid

More

Packages that depend on compliance_reporter