bm5500_flutter_plugin 0.0.1
bm5500_flutter_plugin: ^0.0.1 copied to clipboard
bm5500_flutter_plugin is a flutter plugin that enables communication between the flutter mobile application and the aratek biometric module java sdk. The plugin is designed to provide an easy-to-use i [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add bm5500_flutter_pluginThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
bm5500_flutter_plugin: ^0.0.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:bm5500_flutter_plugin/bm5500_flutter_plugin.dart';