lottie-flutter
lottie-flutter copied to clipboard
bugfix: import flutter/service.dart to support old flutter versions
Resolve issue: https://github.com/xvrh/lottie-flutter/issues/197
@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.