secugen_plugin 1.1.1
secugen_plugin: ^1.1.1 copied to clipboard
A new Flutter plugin to connect with Secugen device and access all the device features.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add secugen_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
secugen_plugin: ^1.1.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:secugen_plugin/secugen_plugin.dart';