Initial commit

This commit is contained in:
Tony
2026-04-24 04:06:11 +08:00
commit 4605bdddff
16 changed files with 1010 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Changelog
## 0.1.0-dev.1
- Create the initial TPUART adapter package skeleton.
- Add runtime compatibility reporting for TPUART transport usage.
- Add a raw serial transport implementation backed by `flutter_libserialport` on `dart:io` runtimes.