The-ring-io / flutter_staggered_animations

Easily add staggered animations to your ListView, GridView, Column and Row children.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flutter 1.22 Compatibility

sebastianbuechler opened this issue · comments

I upgraded today to Flutter version 1.22 and it seems that this package is not compatible anymore.

Hello @sebastianbuechler,
please refer to flutter/flutter#63088 (comment)

You will need to update your dart min sdk to 2.8.0.

Hello @sebastianbuechler,
please refer to flutter/flutter#63088 (comment)

You will need to update your dart min sdk to 2.8.0.

Thank you @MrLepage, this did the trick!