A new Flutter project.
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
https://medium.com/flutter-community/flutter-building-wearos-app-fedf0f06d1b4
flutter build apk --release
# connect to watch
adb.exe connect 172.16.2.68:5555
adb.exe devices
# install
adb.exe -s 172.16.2.68:5555 install app.apk