lottie-flutter
lottie-flutter copied to clipboard
[Critical] Fatal animation error on LottieFiles website (Flutter)
I'm having serious problems using recently uploaded animations from LottieFiles.
web: https://lottiefiles.com/animations/scan-to-order-cXzULUFVCa?from=search
code:
Widget build(BuildContext context) {
return SafeArea(
child: Scaffold(
backgroundColor: Colors.teal[100],
body: Center(
child: Lottie.asset("assets/animation/Animation - flash.json",),
),
),
);
}
https://github.com/xvrh/lottie-flutter/assets/94666344/5e1160d9-0123-4788-b73f-36220fd40ffa