leanflutter / flutter_distributor

An all-in-one Flutter application packaging and distribution tool, providing you with a one-stop solution to meet various distribution needs.
https://distributor.leanflutter.dev/
MIT License
812 stars 114 forks source link

Could not find bin\flutter_distributor.dart in package flutter_distributor #70

Closed edeuss closed 2 years ago

edeuss commented 2 years ago

I get this error: Could not find bin\flutter_distributor.dart in package flutter_distributor. pub finished with exit code 66

When trying to run: flutter pub run flutter_distributor release --name dev --jobs release-windows

lijy91 commented 2 years ago

Please call flutter_distributor release --name dev --jobs release-windows directly, because it is installed globally.

kjxbyz commented 4 months ago

Running dart run flutter_distributor:main. It works for me.