cider icon indicating copy to clipboard operation
cider copied to clipboard

Flutter 2.8.1 breaks the package

Open mrRedSun opened this issue 3 years ago • 2 comments

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.

mrRedSun avatar Jan 21 '22 13:01 mrRedSun

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.

ivanarellano avatar Feb 23 '22 20:02 ivanarellano

I think you need to export the environment...

ropiDK avatar May 10 '22 13:05 ropiDK