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

Version solving failed #291

Closed
alsenydiallo opened this issue May 15, 2020 · 1 comment
Closed

Version solving failed #291

alsenydiallo opened this issue May 15, 2020 · 1 comment

Comments

@alsenydiallo
Copy link

Running "flutter pub get" in jangu_adlam...                     
The current Flutter SDK version is 1.12.13+hotfix.9.

Because janguadlam depends on flutter_html >=1.0.0 which requires Flutter SDK version >=1.17.0, version solving failed.
pub get failed (1; Because janguadlam depends on flutter_html >=1.0.0 which requires Flutter SDK version >=1.17.0, version solving failed.)

the current flutter I am running is

version: 1.0.0+1

environment:
  sdk: ">=2.1.0 <3.0.0"

dependencies:
  flutter:
    sdk: flutter

  cupertino_icons: ^0.1.2
  animated_text_kit: ^2.0.1
  flutter_swiper: ^1.1.6
  audioplayers: ^0.15.1
  flutter_html: ^1.0.0

dev_dependencies:
  flutter_test:
    sdk: flutter
@erickok
Copy link
Collaborator

erickok commented May 15, 2020

As the message says, flutter_html 1.0.0 requires you to upgrade to Flutter 1.17

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