rfc_3339_date_time_serializer 1.0.1
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
copied to clipboard
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
copied to clipboard
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';
copied to clipboard