Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 380 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 380 Bytes

FTR102 Commu

FTR102を使った端末間通信。

スクリーンショット

ビルド

  1. 依存関係をインストール
pip3 install -r requirements.txt
  1. flutterをインストール

https://docs.flutter.dev/get-started/install

  1. ビルド
// for macos
flet build macos
// for windows
flet build windows
// for linux
flet build linux