Sub6Resources / flutter_html

A Flutter widget for rendering static html as Flutter widgets (Will render over 80 different html tags!)
https://pub.dev/packages/flutter_html
MIT License
1.79k stars 860 forks source link

Use melos for multi-package development #1133

Closed erickok closed 1 year ago

erickok commented 2 years ago

When working on the split packages of flutter_html I found it annoying to do some chores such as updating versions and locally linking packages to test or release changes. It's also tricky to forget to update changelog or link to fixes. melos is a tool that was recommended to me and seems to help with exactly such tasks.

What do you think about testing melos to manage linking, versioning and publishing flutter_html's packages?

Sub6Resources commented 2 years ago

Yes, it looks very nice! Let's give it a try!

I hope to push another prerelease of 3.0.0 this weekend, so I can test it out with that and see about getting it configured with CI. Unless you have some free time and would like to tackle it yourself before then?

erickok commented 2 years ago

Maybe on Sunday night