const_date_time_range 1.0.0  const_date_time_range: ^1.0.0 copied to clipboard
const_date_time_range: ^1.0.0 copied to clipboard
A drop-in replacement for Dart's DateTimRange class with const constructors.
Use this package as a library
Depend on it
Run this command:
With Flutter:
 $ flutter pub add const_date_time_rangeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
  const_date_time_range: ^1.0.0Alternatively, 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:const_date_time_range/const_date_time_range.dart';