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

Show current date time (Analog clock)

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add current_date_analog_clock

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

dependencies:
  current_date_analog_clock: ^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:current_date_analog_clock/current_date_analog_clock.dart';