utc_date_time 0.1.1 copy "utc_date_time: ^0.1.1" to clipboard
utc_date_time: ^0.1.1 copied to clipboard

Is basically DateTime, but for UTC to make e.g. interacting with APIs easier

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add utc_date_time

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  utc_date_time: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:utc_date_time/utc_date_time.dart';
0
likes
150
points
20
downloads

Documentation

API reference

Publisher

verified publisherjb.software

Weekly Downloads

Is basically DateTime, but for UTC to make e.g. interacting with APIs easier

Repository (GitLab)

License

BSD-3-Clause (license)

Dependencies

flutter

More

Packages that depend on utc_date_time