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

CLI does not work with dart 2.10 #14

Open
ajaygautam opened this issue Nov 8, 2020 · 0 comments
Open

CLI does not work with dart 2.10 #14

ajaygautam opened this issue Nov 8, 2020 · 0 comments

Comments

@ajaygautam
Copy link

In the cli folder:

~/tmp/figma-to-flutter/figma_to_flutter/cli (master) $ dart pub get
Resolving dependencies... 
The current Dart SDK version is 2.10.3.

Because every version of figma_to_flutter from path depends on source_gen >=0.0.0+1 <=0.8.3 which requires SDK version
  >=1.0.0 <2.0.0 or >=2.0.0-dev.19.0 <2.0.0, figma_to_flutter from path is forbidden.
So, because figma_to_flutter_cli depends on figma_to_flutter from path, version solving failed.

In the src folder:

~/tmp/figma-to-flutter/figma_to_flutter/src (master) $ dart pub get
Resolving dependencies... 
The current Dart SDK version is 2.10.3.

Because figma_to_flutter depends on code_builder >=0.1.3 <3.1.2 which requires SDK version >=1.9.1 <2.0.0-∞, version solving
  failed.
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

1 participant