File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 0.1.0
2+
3+ * Add constants.dart.
4+ * Fix Android build failed.
5+ * Complete README.md for 0.1.0
6+ * Complete doc strings.
7+
8+ ---
9+
110## 0.0.4
211
312* Add functions for String / Hex exchanging. (` utils.dart ` )
Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ packages:
9494 path: ".."
9595 relative: true
9696 source: path
97- version: "0.0.4 "
97+ version: "0.1.0 "
9898 sky_engine:
9999 dependency: transitive
100100 description: flutter
Original file line number Diff line number Diff line change 11name : serial_port_flutter
2- description : A Flutter plugin integrated with Android-SerialPort-API
3- version : 0.0.4
2+ description : A Flutter plugin integrated with Android-SerialPort-API, for connecting real device by serial port.
3+ version : 0.1.0
44author : Bobson Lin <bobson801104@gmail.com>
55homepage : https://github.com/BbsonLin/flutter_serial_port
66
You can’t perform that action at this time.
0 commit comments