google / json_serializable.dart

Generates utilities to aid in serializing to/from JSON.
https://pub.dev/packages/json_serializable
BSD 3-Clause "New" or "Revised" License
1.55k stars 397 forks source link

Added createJsonKeys #1401

Closed ChreSyr closed 7 months ago

ChreSyr commented 7 months ago

See #1400

google-cla[bot] commented 7 months ago

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

View this failed invocation of the CLA check for more information.

For the most up to date status, view the checks section at the bottom of the pull request.

kevmoo commented 7 months ago

looks like you're missing a dependency override in json_serializable

kevmoo commented 7 months ago

@ChreSyr – I landed some fixes – take a look!

ChreSyr commented 7 months ago

Thanks @kevmoo for your help and work ! It was my first experience in open-source contribution, I will definitely continue.