KalilDev

Results 6 issues of KalilDev

In dart, the convention is camelCase, final fields, and now, nnbd. The package needs an great migration. I did it at my [github](github.com/kalildev/dart-epub), but it is an humongous breaking change...

In TonalPalette, when one of the palettes was not generated using the _fromHueAndChroma operator, the following code is called:https://github.com/material-foundation/material-color-utilities/blob/dfc3fae69e77b788eaf159f84fe7fc98aa3c4b8d/dart/lib/palettes/tonal_palette.dart#L113 . The issue is that when one of the palettes's cache...

So, now TypeAdapter for Built value classes is correctly generated, the reading and the writing work fine. Support for BuiltMap, BuiltList and BuiltSet was added too, they are written as...

Simplified the logic a bit, got rid of Mappable, implemented the toJson replacement and migrated the example packages. I've yet to add tests, and i want to know what you...

In dart:convert, in the json to string encoder, the dart objects are passed to the toEncodable function or are treated as dynamic and the toJson method is called https://github.com/dart-lang/sdk/blob/d86f0e2836d0941776f911dfc86ff444121fd29d/sdk/lib/convert/json.dart#L521 ,...

**Is your feature request related to a problem? Please describe.** I want to start using built_value from now on on my projects, and a big thing that needs adressing is...

enhancement