one_clock 1.0.8 copy "one_clock: ^1.0.8" to clipboard
one_clock: ^1.0.8 copied to clipboard

Flutter analog and digital clock plugin. This plugin can be used to draw beautiful analog as well as digital clock for your flutter application

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add one_clock

With Flutter:

 $ flutter pub add one_clock

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

dependencies:
  one_clock: ^1.0.8

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:one_clock/one_clock.dart';
35
likes
0
pub points
91%
popularity

Publisher

verified publishercomplexcoders.com

Flutter analog and digital clock plugin. This plugin can be used to draw beautiful analog as well as digital clock for your flutter application

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on one_clock