antinvestor_ui_tenancy 0.3.1
antinvestor_ui_tenancy: ^0.3.1 copied to clipboard
Tenancy management UI library for Antinvestor. Tenants, partitions, roles, access control, service accounts, and permission management.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add antinvestor_ui_tenancyThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
antinvestor_ui_tenancy: ^0.3.1Alternatively, 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_tenancy/antinvestor_ui_tenancy.dart';