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

Type-safe Dart package for representing and manipulating time of day values with microsecond precision, supporting AM/PM periods, time comparisons, and safe arithmetic operations.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add time_of_day

With Flutter:

 $ flutter pub add time_of_day

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

dependencies:
  time_of_day: ^1.0.2

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:time_of_day/time_of_day.dart';
4
likes
160
points
2
downloads
screenshot

Publisher

unverified uploader

Weekly Downloads

Type-safe Dart package for representing and manipulating time of day values with microsecond precision, supporting AM/PM periods, time comparisons, and safe arithmetic operations.

Repository (GitHub)
View/report issues

Topics

#time-of-day #time #datetime #day #calendar

Documentation

API reference

License

MIT (license)

Dependencies

clock, equatable

More

Packages that depend on time_of_day