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

outdated

Flutter analog and digital clock plugin

Flutter One Clock Widget #

pub package

Clean and fully customizable clock widget.

Flutter Analog Clock Screenshot

Installation #

In your pubspec.yaml file within your Flutter Project:

dependencies:
  one_clock: ^1.0.1

Features #

  • Modern and clean analog as well as digital clock interface.
  • Customize as per your need.
  • Live clock.

Usage #

import 'package:one_clock/one_clock.dart';


 AnalogClock(
	decoration: BoxDecoration(
	    border: Border.all(width: 2.0, color: Colors.black),
	    color: Colors.transparent,
	    shape: BoxShape.circle),
	width: 150.0,
	isLive: true,
	hourHandColor: Colors.black,
	minuteHandColor: Colors.black,
	showSecondHand: false,
	numberColor: Colors.black87,
	showNumbers: true,
	showAllNumbers: false,
	textScaleFactor: 1.4,
	showTicks: false,
	showDigitalClock: false,
	datetime: DateTime(2019, 1, 1, 9, 12, 15),
	);

Parameters #

Flutter Analog Clock Parameters

35
likes
0
pub points
91%
popularity

Publisher

verified publishercomplexcoders.com

Flutter analog and digital clock plugin

Homepage

License

unknown (license)

Dependencies

flutter, intl

More

Packages that depend on one_clock