shamblett / coap

A Coap package for dart
Other
16 stars 13 forks source link

Use code-generation to generate configuration class #5

Closed pedromassango closed 4 years ago

pedromassango commented 4 years ago

This PR adds support to create the configuration class from a .yaml file using code generation. Also introduces Flutter Framework support.

I've updated the README.md file with a step-by-step on how to use this new feature.

This PR closes:

shamblett commented 4 years ago

Thanks for this, while I'm here I'm going to update the package to use the latest analysis options/pana checking like I'm doing to all my packages, I'll re publish the package when this is complete.

pedromassango commented 4 years ago

Thank for merging