type_binder 0.0.1 copy "type_binder: ^0.0.1" to clipboard
type_binder: ^0.0.1 copied to clipboard

The TypeBindery package simplifies the process of managing multiple types of JSON-serializable classes in Dart

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add type_binder

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

dependencies:
  type_binder: ^0.0.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:type_binder/annotation.dart';
import 'package:type_binder/registry_builder.dart';
import 'package:type_binder/type_annotation_locating_builder.dart';
0
likes
110
points
68
downloads

Publisher

unverified uploader

Weekly Downloads

The TypeBindery package simplifies the process of managing multiple types of JSON-serializable classes in Dart

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

build, build_runner, flutter, glob, source_gen

More

Packages that depend on type_binder