You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This tool doesn't seem to need to run in a flutter app, can we remove the flutter-related dependencies to make it a pure dart tool? I'm using msix in flutter_distributor and when I use melos bootstrap it doesn't do dependency installation correctly.
Resolving dependencies...
Because app_package_maker_msix requires the Flutter SDK, version solving failed.
Flutter users should run `flutter pub get` instead of `dart pub get`.
BootstrapException: Failed to install.: app_package_maker_msix at /Users/lijy91/Documents/Projects/leanflutter/flutter_distributor/packages/app_package_maker_msix.
The text was updated successfully, but these errors were encountered:
💬 Description
This tool doesn't seem to need to run in a flutter app, can we remove the flutter-related dependencies to make it a pure dart tool? I'm using msix in flutter_distributor and when I use melos bootstrap it doesn't do dependency installation correctly.
The text was updated successfully, but these errors were encountered: