dart_date 0.0.3 dart_date: ^0.0.3 copied to clipboard
A date manipulation library.
example/dart_date_example.dart
import 'package:dart_date/dart_date.dart';
main(List<String> args) {
print(Date.today.nextYear.toUTC);
}