flutter_watch_face 0.0.1 copy "flutter_watch_face: ^0.0.1" to clipboard
flutter_watch_face: ^0.0.1 copied to clipboard

PlatformiOS

flutter_watch_face is a Flutter plugin that enables you to seamlessly integrate custom watch faces into your iOS Flutter apps. This plugin utilizes the ClockKit library and the CLKWatchFaceLibrary cla [...]

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add flutter_watch_face

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  flutter_watch_face: ^0.0.1

Alternatively, 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:flutter_watch_face/flutter_watch_face.dart';
2
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

flutter_watch_face is a Flutter plugin that enables you to seamlessly integrate custom watch faces into your iOS Flutter apps. This plugin utilizes the ClockKit library and the CLKWatchFaceLibrary class to offer a streamlined way to display watch faces on Apple Watches.

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_watch_face