dogs_core 1.0.0-alpha copy "dogs_core: ^1.0.0-alpha" to clipboard
dogs_core: ^1.0.0-alpha copied to clipboard

outdated

a universal serialization library using code generation to reduce boilerplate massively.

DOGs discord gitbook melos

DOGs, short for Dart Object Graphs, is a universal serialization library for dart making strong use of code generation to reduce boilerplate massively. Dogs can be easily extended to support a wide array of encodings and comes with json support out of the box.

Silent Code Generation #

A neat point about dogs 'darwin like' non-intrusive code generation is, that it has almost zero boilerplate and generally doesn't require importing or referencing generated source code, except for just a few cases. This allows you to keep on working on your code, without having to wait for the build runner to create your required files for every new service you create and plan to use. This also minimizes conflicts with other external generators and helps to prevent unexpected build runner crashes.

8
likes
0
points
517
downloads

Publisher

verified publisherhelight.dev

Weekly Downloads

a universal serialization library using code generation to reduce boilerplate massively.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

aqueduct_isolates, collection

More

Packages that depend on dogs_core