time_of_day 1.0.2
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_dayWith Flutter:
$ flutter pub add time_of_dayThis 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.2Alternatively, 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';