ARE YOU A SLOTH? - SLOTH CORE

Features

  • DateTime extension:
    • secondsSinceEpoch

Getting started

With dart:

 $ dart pub add sloth

With Flutter:

 $ flutter pub add sloth

Usage

Import the package

import 'package:sloth/sloth.dart';

Access the extensions:

  // get secondsSinceEpoch
  int seconds = DateTime.now().secondsSinceEpoch;
  print("Seconds since epoch $seconds s");

Libraries

sloth
Sloth core package Includes all sloth extensions