ping

Results 77 comments of ping

Seems like a duplicate of https://github.com/pingbird/puro/issues/89

The version constraint in pubspec.yaml is usually quite loose, I could add a warning that tells the user what the latest version that satisfies the constraints is

Unfortunately there are build infrastructure differences that prevent it from working nice with that fork, right now we only support direct forks of flutter/flutter from github that use official engine...

Could you post the output of `puro version --log-level=4` and `puro --log-level=4 pub global activate flutterfire_cli`? The error sounds like there could be old stuff cached or in the PATH,...

This is unfortunately expected behavior, the scripts that `pub global activate` generates don't pin the path to the dart executable, so they can run on the wrong version, see #36

Unfortunately I don't have a mac to test this functionality on, if someone wants to pick this up the relevant function is `detectProfile` in `puro/lib/src/install/profile.dart`

I have a mac now so this will be unblocked

this should be simple enough to add

Unfortunately I am already working on adding native arm support for the puro binary, which is a bit more involved than adding to the enum.

The reason this was added is because there's unfortunately no other mechanism to tell pub which cache directory to use, particularly when invoked from an IDE (the IntelliJ / vscode...