roughike / page-transformer

A sample for having PageView transformation effects in Flutter.
MIT License
875 stars 127 forks source link

Dart2 #6

Open pjcau opened 6 years ago

pjcau commented 6 years ago

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 5 years ago

same to me

labrom commented 5 years ago

This should be fixed with https://github.com/roughike/page-transformer/pull/11