Flutter: Lottie file crashes
Problem: The Lottie files that I downloaded do not show properly. Details: This is a screenshot when I run the code: image_result of the code And the actual image should be like this: image_actual image Code: Container( width: MediaQuery.of(context).size.width, height:…