antinvestor_ui_audit 0.3.2
antinvestor_ui_audit: ^0.3.2 copied to clipboard
Audit trail UI library for Antinvestor. Browse, search, analyze audit entries with embeddable widgets for object-level and system-wide activity tracking.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add antinvestor_ui_auditThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
antinvestor_ui_audit: ^0.3.2Alternatively, 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:antinvestor_ui_audit/antinvestor_ui_audit.dart';