cider
cider copied to clipboard
Flutter 2.8.1 breaks the package
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.
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.
I think you need to export the environment...