Right now, the lottie file is loaded every time the view is getting displayed. This makes the view not display anything for like half a second on web for example. Why isn't there an implementation of a loader class, like the Flutter ImageProvider or similar.
Right now, the lottie file is loaded every time the view is getting displayed. This makes the view not display anything for like half a second on web for example. Why isn't there an implementation of a loader class, like the Flutter
ImageProvideror similar.