atreeon / morphy

Provides a clean class definition with extra functionality including; copy with, json serializable, tostring, equals that supports inheritance and polymorphism
3 stars 3 forks source link

Improve package quality #7

Open burhankhanzada opened 5 months ago

burhankhanzada commented 5 months ago

Hi @atreeon this is awesome package but i find some room to improve as mentioned below.

  1. As some tests like example 8 of enums which generate .g.dart which we should ignore in gitignore.
  2. Single readme on repo root and use same on github and pub packages using symbolic link.
  3. Use mono repo managing tool like melos which help release package, aut update version number and Changelog file than using custom shell script.
atreeon commented 5 months ago

Hey @burhankhanzada thanks so much, I'll do this. Good idea re the symlink. I'll check the example 8 and the .g file.

burhankhanzada commented 5 months ago

Well if you allow me i can do that.I really want to contribute to this package and it's the simple thing that i understand.