eredo / dartson

Dartson is a Dart library that can be used to convert Dart objects into a JSON string.
MIT License
79 stars 29 forks source link

Is this project dead? #44

Closed jimirocks closed 6 years ago

jimirocks commented 7 years ago

Hello, to me this project seems pretty useful, especially when developing web applications, however, seems in early stage and longer developed.

Can the owner clarify? If it is no longer maintained, what is a show stopper? - if it is the lack of time only I am willing to help. Or are there any technical obstacles?

Thanks

eredo commented 7 years ago

Hey, it's the lack of time and there should be a roadmap for future features. Currently it just provides basic JSON to dart mapping functionality. However due to the recent changes in the dart economy (pub transformer to build) this project needs some refactoring before adding new features. Contributions are welcome, but implementation specifics should be discussed in an issue first.

Best regard

eredo commented 6 years ago

I'll close this for now and opened #48 to receive further feedback, so I will be able to figure out a proper roadmap to proceed with dartson.