A Flutter project targeting Wear OS.
This project is a starting point for a Flutter application targeting Wear OS. It showcases a music app UI that supports Ambient mode and incorporates rotating crown input to control the volume.
Make sure you have Flutter installed. If not, follow the Flutter installation guide at flutter.dev.
git clone https://github.com/iamthejahid/wear_os_app_mimicing_flutter_way.git
Navigate to the project directory:
cd wear_os_app_mimicing_flutter_way
Connect your Wear OS device or launch an emulator. Run the app:
flutter run
To learn how to create this app, you can watch the tutorial video on YouTube:
The Flutter Way - Building a Wear OS Music App UI
The video demonstrates the process of building the music app UI for Wear OS, including the support for Ambient mode and integrating the rotating crown input for volume control.
All credits goes to them!