hnvn / flutter_shimmer

A package provides an easy way to add shimmer effect in Flutter project
BSD 3-Clause "New" or "Revised" License
1.77k stars 200 forks source link

Shimmer issue #67

Closed savitore closed 1 year ago

savitore commented 1 year ago

Shimmer.fromColors() does not work in the latest Flutter sdk. I don't know why is this happening.

mateusfccp commented 1 year ago

This package is practically dead. Do you have a log of what error happens? It may be useful for the ones who are using the latest version of Flutter.

hnvn commented 1 year ago

Hello guys, I am using the package with Flutter v3.7.10, it works normally , is it the last Flutter SDK?

savitore commented 1 year ago

my bad, I am using flutter v3.7.0. In this version, Shimmer.fromColors is not in the package shimmer : ^2.0.0 but in the package shimmer : ^1.1.2, it is there.