top of page
Flutter OS
(Android Wear OS app)
FLT_wear_1.png
medium-logo.png
wix_site_logo_edited.png

Check out my Medium article "Flutter: Building Wear OS app".

This article will help you to build a Flutter Wear OS (Android Wear) app from scratch. 

 

In this app, I have tried to optimize the “Relax” app created by Erin Morrissey (made as a Flutter Create Submission 2019, which got nominated for Visual Beauty), to run on Wear OS devices.

This article covers the whole setup process for building a Wear OS app and also helps to properly use the small screen real estate of a watch.

To start building your own Wear OS app check out the article.

Screenshots

flt_1.png

Modes

The wear app has two modes:

  1. Normal Mode

  2. Ambient Mode (which is the battery saving mode)

device-2019-06-23-075158.png

Normal Mode

device-2019-06-23-075022.png

Ambient Mode

The Full Project is available on GitHub

github (1).jpg

flutter_os_wear

License

Copyright (c) 2019 Souvik Biswas

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

medium-logo.png
wearOS_logo.png
GitHub-Mark.png
bottom of page