Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 883 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 883 Bytes

banner Codacy BadgeLicense

Cronos is a small collection of functions to handle unix time and datetime in dart.

Installing

  1. Add dependencies to pubspec.yaml

    dependencies:
        cronos:
            git:
                url: https://github.com/DevHopsGithub/cronos
  2. Run pub get.

    flutter pub get
  3. Import package.

    import 'package:cronos/cronos.dart';