simolus3 / fluttie

Easily display stunning Lottie animations in flutter apps with this plugin.
Other
453 stars 54 forks source link

Dart 2 Support #10

Closed creativecreatorormaybenot closed 6 years ago

simolus3 commented 6 years ago

Thanks! I'll publish a new version with your contribution to pub later.

creativecreatorormaybenot commented 6 years ago

@simolus3 https://www.dartlang.org/dart-2#migration I think that it might be important for the plugins health (pub score, which is at 0 atm because of missing Dart 2 support). I only wanted to push the pubspec change because this breaks builds.

simolus3 commented 6 years ago

Yeah, absolutely, thanks for pointing that out. The plugin should have full dart 2 support, I just forgot to remove that constraint when Dart 2 became available as a stable release, the preview builds ignored that constraint.