rrousselGit / functional_widget

A code generator to write widgets as function without loosing the benefits of classes.
597 stars 46 forks source link

requires SDK version >=2.1.0 <3.0.0, version solving failed on 0.5.0 #27

Closed f2acode closed 5 years ago

f2acode commented 5 years ago

I tried to install the last version, however I get the following error:

The current Dart SDK version is 2.1.0-dev.9.4.flutter-f9ebf21297.

Because project requires SDK version >=2.1.0 <3.0.0, version solving failed.

pub get failed (1) exit code 1

rrousselGit commented 5 years ago

You're using an old version of flutter/dart. Try updating your SDK

f2acode commented 5 years ago

You're using an old version of flutter/dart. Try updating your SDK

I see, didn't know - meaning is pre-release version.