rfc_3339_date_time_serializer 1.0.1 copy "rfc_3339_date_time_serializer: ^1.0.1" to clipboard
rfc_3339_date_time_serializer: ^1.0.1 copied to clipboard

RFC 3339 DateTime serializer for built_value. To address the issue with datetimes with more than 6 characters in time-secfrac.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rfc_3339_date_time_serializer

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

dependencies:
  rfc_3339_date_time_serializer: ^1.0.1

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

Import it

Now in your Dart code, you can use:

import 'package:rfc_3339_date_time_serializer/rfc_3339_date_time_serializer.dart';
3
likes
30
pub points
0%
popularity

Publisher

verified publisherwolszon.me

RFC 3339 DateTime serializer for built_value. To address the issue with datetimes with more than 6 characters in time-secfrac.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

built_value

More

Packages that depend on rfc_3339_date_time_serializer