Dart2
pjcau opened this issue · 2 comments
pjcau commented
Hi guys,
I use your lib in my project. After time, I upgrade the project with Dart 2 and now I have the important issue, so I cannot compile
Running "flutter packages upgrade" in baby_learn_with_game...
The current Dart SDK version is 2.1.0-dev.1.0.flutter-ccb16f7282.
Because baby_learn_with_game depends on page_transformer any which requires SDK version <2.0.0, version solving failed.
pub upgrade failed (1)
Have idea how to fix it?
J
yunfengsay commented
same to me