f3ath / cider

Tools for Dart package maintainers
https://pub.dev/packages/cider
MIT License
101 stars 17 forks source link

Flutter 2.8.1 breaks the package #31

Open mrRedSun opened 2 years ago

mrRedSun commented 2 years ago

I get a warning: Warning: Executable "cider" runs "bin/cider.dart", which was not found in cider. And then whenever I run "cider" i get No active package cider.

ivanarellano commented 2 years ago

I had this issue too. I was installing via flutter pub global activate cider but switched to dart pub global activate cider. That worked for me, although I don't know why.

ropiDK commented 2 years ago

I think you need to export the environment...