enroll_plugin_custom 1.0.3
enroll_plugin_custom: ^1.0.3 copied to clipboard
eNROLL is a compliance solution that prevents identity fraud and phishing. Powered by AI, it reduces errors and speeds up identification, ensuring secure verification.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add enroll_plugin_customThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
enroll_plugin_custom: ^1.0.3Alternatively, 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:enroll_plugin_custom/constants/colors/dynamic_color.dart';
import 'package:enroll_plugin_custom/constants/enroll_colors.dart';
import 'package:enroll_plugin_custom/constants/enroll_environment.dart';
import 'package:enroll_plugin_custom/constants/enroll_forced_document_type.dart';
import 'package:enroll_plugin_custom/constants/enroll_init_model.dart';
import 'package:enroll_plugin_custom/constants/enroll_localizations.dart';
import 'package:enroll_plugin_custom/constants/enroll_mode.dart';
import 'package:enroll_plugin_custom/constants/enroll_state.dart';
import 'package:enroll_plugin_custom/constants/event_models.dart';
import 'package:enroll_plugin_custom/constants/native_event_model.dart';
import 'package:enroll_plugin_custom/constants/native_event_types.dart';
import 'package:enroll_plugin_custom/enroll_plugin.dart';