/wear_os_app_mimicing_flutter_way

Simple Wear os design. Mimic of "The flutter ways"'s tutorial : https://www.youtube.com/watch?v=StcKF9_8MGk&t=29s

Primary LanguageDart

Wear App

A Flutter project targeting Wear OS.

Demo

Getting Started

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.

Prerequisites

Make sure you have Flutter installed. If not, follow the Flutter installation guide at flutter.dev.

Clone the Repository

git  clone  https://github.com/iamthejahid/wear_os_app_mimicing_flutter_way.git

Run the App

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

Tutorial Video

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!