Cronos is a small collection of functions to handle unix time and datetime in dart.
-
Add dependencies to
pubspec.yaml
dependencies: cronos: git: url: https://github.com/DevHopsGithub/cronos
-
Run pub get.
flutter pub get
-
Import package.
import 'package:cronos/cronos.dart';