xvrh / lottie-flutter

Render After Effects animations natively on Flutter. This package is a pure Dart implementation of a Lottie player.
https://pub.dev/packages/lottie
MIT License
1.16k stars 196 forks source link

bugfix: import flutter/service.dart to support old flutter versions #202

Open ivoryxiong opened 2 years ago

ivoryxiong commented 2 years ago

Resolve issue: https://github.com/xvrh/lottie-flutter/issues/197

ivoryxiong commented 2 years ago

@xvrh It seems that the flutter analyze check is based on flutter 2.12, so I ignore the files for lint rule unnecessary_import, PTAL.