Dropsource / monarch

Monarch is a tool for building Flutter widgets in isolation. It makes it easy to build, test and debug complex UIs.
https://monarchapp.io
MIT License
437 stars 22 forks source link

Support `package_config.json` instead of `.packages` file #35

Closed fertrig closed 2 years ago

fertrig commented 2 years ago

There is an upcoming breaking change in the dart sdk which removes support for the .packages file and will replace it with .dart_tool/package_config.json.

We need to update the Monarch CLI to support this change.

fertrig commented 2 years ago

Fixed with Version 1.7.2.