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.19k stars 207 forks source link

Melos does not work with flutter 2.10.0 (latest stable) #239

Closed Jordan-Nelson closed 2 years ago

Jordan-Nelson commented 2 years ago

Melos depends on platform 3.0.0, which imports a deprecated member. See more details: https://github.com/google/platform.dart/pull/38

Steps to reproduce:

Jordan-Nelson commented 2 years ago

Fixed with https://github.com/invertase/melos/pull/237