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.
|
3 years ago | |
---|---|---|
.idea | 4 years ago | |
android | 3 years ago | |
example | 4 years ago | |
lib | 3 years ago | |
test | 4 years ago | |
.gitignore | 4 years ago | |
.metadata | 4 years ago | |
CHANGELOG.md | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
analysis_options.yaml | 4 years ago | |
dj_scaner.iml | 4 years ago | |
pubspec.lock | 4 years ago | |
pubspec.yaml | 4 years ago |
README.md
dj_scaner
东集PDA手持扫描设备flutter端插件
初始化
DjScaner.init();
初始化内容:声音关闭,震动关闭,开机自启动,扫描头关闭
##监听扫描内容
await DjScaner.addListener((data) {
_code = data;
setState(() {});
});
##结束监听
DjScaner.cancel();