clock_analog 0.0.3
clock_analog: ^0.0.3 copied to clipboard
Clock Analog is used to pick time of day (without dialog box). User can use this package to add widgets of analog clock picker on screen, and can retrieve selected time with onChange event.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add clock_analogThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
clock_analog: ^0.0.3Alternatively, 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:clock_analog/clock_analog.dart';