You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
张萌
80ca78fd89
|
3 years ago | |
---|---|---|
.idea | 3 years ago | |
android | 3 years ago | |
example | 3 years ago | |
lib | 3 years ago | |
test | 3 years ago | |
.gitignore | 3 years ago | |
.metadata | 3 years ago | |
CHANGELOG.md | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
analysis_options.yaml | 3 years ago | |
dj_scaner.iml | 3 years ago | |
pubspec.lock | 3 years ago | |
pubspec.yaml | 3 years ago |
README.md
dj_scaner
东集PDA手持扫描设备flutter端插件
初始化
DjScaner.init();
初始化内容:声音关闭,震动关闭,开机自启动,扫描头关闭
##监听扫描内容
await DjScaner.addListener((data) {
_code = data;
setState(() {});
});
##结束监听
DjScaner.cancel();