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: ^2.0.0
Then, run flutter pub get
to install the package.
Updated 15 days ago