dartz_serializable 0.2.0-nullable.1 copy "dartz_serializable: ^0.2.0-nullable.1" to clipboard
dartz_serializable: ^0.2.0-nullable.1 copied to clipboard

A small package that adds json_serializable support to dartz-monads

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dartz_serializable

With Flutter:

 $ flutter pub add dartz_serializable

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

dependencies:
  dartz_serializable: ^0.2.0-nullable.1

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:dartz_serializable/dartz_serializable.dart';
3
likes
130
pub points
0%
popularity

Publisher

unverified uploader

A small package that adds json_serializable support to dartz-monads

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

dartz, json_annotation

More

Packages that depend on dartz_serializable