Installation
Flutter Inform SDK Wrapper
Creating a Flutter project using the ValidicMobile plugin involves the following steps.
- To use the
validic_core
package, add it to yourpubspec.yaml
file:
dependencies:
validic_core:
hosted:
name: validic_core
url: https://validic.jfrog.io/artifactory/api/pub/mobile-pub
version: ^0.0.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.
Updated 1 day ago