Installation

Flutter ==> Bluetooth module

To install the validic_bluetooth package in the Flutter wrapper, add the following dependency to your pubspec.yaml file:

dependencies:
    validic_bluetooth:
        hosted:
            name: validic_bluetooth
            url: https://validic.jfrog.io/artifactory/api/pub/mobile-pub
        version: ^0.0.1

Then, run flutter pub get to install the package.