Installation

Flutter Inform SDK Wrapper

Creating a Flutter project using the ValidicMobile plugin involves the following steps.

  1. To use the validic_core package, add it to your pubspec.yaml file:
dependencies:
  validic_core:
    hosted:
      name: validic_core
      url: https://validic.jfrog.io/artifactory/api/pub/mobile-pub
    version: ^0.0.1
  1. Then, import the package in your Dart code:
import 'package:validic_core/validic_core.dart';

These code examples add the Session (validic_core) module to your project.