codable_forked 1.0.0+3 codable_forked: ^1.0.0+3 copied to clipboard
A serialization library for converting dynamic, structured data (JSON, YAML) into Dart types. Forked for null safety and some minor fixes.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add codable_forked
With Flutter:
$ flutter pub add codable_forked
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
codable_forked: ^1.0.0+3
Alternatively, your editor might support dart pub get
or flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:codable_forked/cast.dart';
import 'package:codable_forked/codable.dart';