dartclub / geotypes

MIT License
1 stars 1 forks source link

remove json_serializable / json_annotation dependencies #3

Open jsiedentop opened 6 months ago

jsiedentop commented 6 months ago

This library should be lightweight and have no unnecessary dependencies. Fortunately, in this case the number of models is very manageable and ongoing changes are not to be expected. I think it makes sense to remove the code generator as part of a refactoring. #4 could be problematic if we try to solve it with json_serializable.

However, no need to hurry. Just to keep it in mind.