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
763 stars 104 forks source link

Could not find `bin/flutter_distributor.dart` in package `flutter_distributor`. #179

Closed kjxbyz closed 2 months ago

kjxbyz commented 2 months ago
  1. dev_dependencies:
    flutter_distributor: ^0.4.0
  2. Running dart run flutter_distributor reports an error.

Could not find `bin/flutter_distributor.dart` in package `flutter_distributor`.
kjxbyz commented 2 months ago

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