ecp_scan_manager 0.0.4
ecp_scan_manager: ^0.0.4 copied to clipboard
二维码扫描管理 Flutter 插件,基于 qr_code_scanner 封装,提供扫码识别与结果处理能力。
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add ecp_scan_managerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
ecp_scan_manager: ^0.0.4Alternatively, 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:ecp_scan_manager/ecp_scan_manager.dart';