-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a78e803
commit afebcc0
Showing
3 changed files
with
84 additions
and
27 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,18 @@ | ||
# flutter_bt_printer | ||
|
||
A new Flutter plugin. | ||
精臣蓝牙打印插件 | ||
|
||
## Getting Started | ||
|
||
This project is a starting point for a Flutter | ||
[plug-in package](https://flutter.dev/developing-packages/), | ||
a specialized package that includes platform-specific implementation code for | ||
Android and/or iOS. | ||
#### 通道 | ||
|
||
flutter_bt_printer | ||
|
||
#### 方法 | ||
|
||
| 方法名 | 含义 | 参数 | | ||
| ------ | ------ | ------------------------------------------------------------ | | ||
| init | 初始化 | | | ||
| print | 打印 | asset_number:资产编号;asset_name:资产名称;asset_model:规格型号 | | ||
| quit | 退出 | | | ||
|
||
|
||
For help getting started with Flutter, view our | ||
[online documentation](https://flutter.dev/docs), which offers tutorials, | ||
samples, guidance on mobile development, and a full API reference. |