This is a sample project that support Wear OS app for Wear and also it uses Bloc Architecture Pattern with Dio Network Manager and Drift Database.
NOTE: EXAMPLE ONLY FOR ANDROID
https://github.com/NicosNicolaou16/SampleWearOSComposeWithList
Wear OS support
Bloc Architecture Pattern with Repository and Service
Dio (Network Manager)
Drift Database (SQL)
https://medium.com/flutter-community/flutter-building-wearos-app-fedf0f06d1b4
https://pub.dev/packages/wear
https://github.com/fluttercommunity/flutter_wear_plugin
https://developer.android.com/training/wearables/compose
Flutter SDK version: 3.24.2
Dart Version: 3.5.2
<manifest>
<uses-feature android:name="android.hardware.type.watch" />
<application>
<!--other code here-->
<!--Optional - Depend if the Wear OS App need app or note-->
<meta-data android:name="com.google.android.wearable.standalone" android:value="true" />
<!--other code here-->
</application>
</manifest>
https://github.com/r-spacex/SpaceX-API (GitHub)
https://docs.spacexdata.com/?version=latest (Postman)