time_ring_picker 0.0.2 copy "time_ring_picker: ^0.0.2" to clipboard
time_ring_picker: ^0.0.2 copied to clipboard

A highly customizable circular clock-style time range picker for selecting start/end times (e.g. sleep schedules) with overnight range support.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add time_ring_picker

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

dependencies:
  time_ring_picker: ^0.0.2

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:time_ring_picker/time_ring_picker.dart';
1
likes
160
points
113
downloads
screenshot

Documentation

API reference

Publisher

verified publisherdashstack.tech

Weekly Downloads

A highly customizable circular clock-style time range picker for selecting start/end times (e.g. sleep schedules) with overnight range support.

Repository (GitHub)
View/report issues

Topics

#picker #clock #time #slider #ui

License

MIT (license)

Dependencies

flutter

More

Packages that depend on time_ring_picker