invertase / melos

๐ŸŒ‹ A tool for managing Dart projects with multiple packages. With IntelliJ and Vscode IDE support. Supports automated versioning, changelogs & publishing via Conventional Commits.
https://melos.invertase.dev/~melos-latest
Apache License 2.0
1.08k stars 193 forks source link

docs: remove `amplify-flutter` from projects using Melos #642

Closed Pavel-Sulimau closed 5 months ago

Pavel-Sulimau commented 5 months ago

Description

I was going through the list of projects using Melos in the docs and noticed that amplify-flutter doesn't use Melos anymore. It migrated away from using it in this PR. So, let's reflect that in the documentation.

Type of Change

Salakar commented 5 months ago

Interesting, I wonder how this homegrown aft differs from Melos

https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aft

Same, but different, but still same. ๐Ÿ˜†

e.g. https://github.com/invertase/melos/blob/main/packages/melos/lib/src/common/utils.dart#L585-L600 vs https://github.com/aws-amplify/amplify-flutter/blob/main/packages/aft/lib/src/util.dart#L80-L97 - and other examples