sloth_datetime

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

sloth datetime

ARE YOU A SLOTH? - SLOTH DATETIME #
Features #

DateTime extension:

secondsSinceEpoch



Getting started #
With dart:
$ dart pub add sloth_datetime
copied to clipboard
With Flutter:
$ flutter pub add sloth_datetime
copied to clipboard
Usage #
Import the package
import 'package:sloth_datetime/sloth_datetime.dart';
copied to clipboard
Access the extensions:
// get secondsSinceEpoch
int seconds = DateTime.now().secondsSinceEpoch;
print("Seconds since epoch $seconds s");
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.