A cross-platform Flutter application that provides a terminal interface for Bluetooth serial communication. Connect to Bluetooth devices and send/receive commands through a clean, intuitive interface.
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
もしかしたら、AndroidでRetrofitを使ったことがある人はとっつきやすいかもしれません。 dio HTTPで通信処理を行うパッケージです。retrofitはインターフェースで定義されたメソッドの内部実装(主にAPIパスやメソッド、クエリ文字列の組み立てなど)の自動生成を担いますが、dioは実際にHTTP ...