compliance_reporter 1.0.1
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_reporterWith Flutter:
$ flutter pub add compliance_reporterThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
compliance_reporter: ^1.0.1Alternatively, 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';