Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using different flutter binaries for the sdk and flutter itself #260

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ArtixBTW
Copy link

On NixOS using a different flutter binary is needed or else commands like :FlutterRun won't work as the flutter binary that's with dart-sdk is different from the "wrapped" flutter in $PATH this "wrapped" flutter simply runs flutter with a lot of required dependencies. I know this similar to #259 which solves the same problem in a different way. But if this implementation isn't to your liking, I've been also been thinking of an alternative solution where dart_bin, dart_sdk, flutter_sdk, and flutter_bin are all possible with the existing system replaced (using flutter_bin to find the others if they aren't supplied, similar to how it is now). If I'm correct those options on their own should be enough to account for every possible scenario and close all further requests for custom paths.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants