codable_dart 0.1.0-beta.0 copy "codable_dart: ^0.1.0-beta.0" to clipboard
codable_dart: ^0.1.0-beta.0 copied to clipboard

A codable protocol for Dart.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add codable_dart

With Flutter:

 $ flutter pub add codable_dart

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

dependencies:
  codable_dart: ^0.1.0-beta.0

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_dart/common.dart';
import 'package:codable_dart/core.dart';
import 'package:codable_dart/csv.dart';
import 'package:codable_dart/extended.dart';
import 'package:codable_dart/json.dart';
import 'package:codable_dart/msgpack.dart';
import 'package:codable_dart/standard.dart';
10
likes
130
points
36
downloads

Publisher

verified publisherschultek.dev

Weekly Downloads

A codable protocol for Dart.

Repository (GitHub)

Topics

#codable #serialization #json

Documentation

API reference

License

MIT (license)

Dependencies

crimson

More

Packages that depend on codable_dart