wear_os_tiles 0.1.0
wear_os_tiles: ^0.1.0 copied to clipboard
Wear OS Tiles and watch-face Complications for Flutter apps. Describe tile layouts in Dart; generic Kotlin services render them with ProtoLayout.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add wear_os_tilesThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
wear_os_tiles: ^0.1.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:wear_os_tiles/wear_os_tiles.dart';