codable_forked 1.0.0+3 copy "codable_forked: ^1.0.0+3" to clipboard
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';
0
likes
115
pub points
25%
popularity

Publisher

unverified uploader

A serialization library for converting dynamic, structured data (JSON, YAML) into Dart types. Forked for null safety and some minor fixes.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-2-Clause (LICENSE)

Dependencies

meta

More

Packages that depend on codable_forked