baishuiz / urovo_scan_manager_plugin

Flutter plugin that implement Urovo ScanManager library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

urovo_scan_manager

Flutter plugin that implement Urovo ScanManager library.

Getting Started

This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

Чтобы работал сканер UROVO в релизной сборке
  • In the file [project_name]/android/app/build.gradle, add the line proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro' to buildTypes.release
  • Create the proguard-rules.pro file in the [project_name]/android/app folder and add the line -dontobfuscate

About

Flutter plugin that implement Urovo ScanManager library

License:Other


Languages

Language:Dart 75.8%Language:Kotlin 24.2%