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

Need I install web sdk for butterfly ? #43

Open
goodforever opened this issue Dec 29, 2018 · 1 comment
Open

Need I install web sdk for butterfly ? #43

goodforever opened this issue Dec 29, 2018 · 1 comment

Comments

@goodforever
Copy link

goodforever commented Dec 29, 2018

I have installed flutter sdk , Need I install web sdk for building and running butterfly ? Can they(two sdk) be installed together?

@yjbanov
Copy link
Owner

yjbanov commented Jan 3, 2019

Yes, you need to install the Web SDK from https://webdev.dartlang.org/tools/sdk#install to use this package. The two SDKs can coexist. Flutter bundles a stripped down Dart SDK under bin/cache/dart-sdk. Make sure you do not have it in your PATH. Instead put the Web SDK in your PATH. Otherwise when you call the dart or pub commands you will end up using the Flutter versions.

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

No branches or pull requests

2 participants