如何在 flutter 中创建类似 Ajio 移动应用程序的加载器动画。下面是加载器的视频

How to create loader animation like Ajio mobile app in flutter. Below is video of loader

加载器link:https://drive.google.com/file/d/15DvTAfyfdBuYmCZuo63tPwi7oX5XAd3i/view?usp=sharing

我想用 flutter、dart 创建这个。

如果能不用第三方就更好了

接受任何帮助! 提前致谢。

无需在 flutter 中创建动画,您需要创建一个 gif 文件或 lottie 文件并使用图像小部件加载它,以便在 flutter 中显示它。

只需创建加载程序的 GIF 并在警报对话框中显示它,这将很容易。 或者您可以使用 rive 创建自己的动画,然后在 FLutter

中显示

创建实时动画 https://rive.app/

使用教程 https://medium.com/flutter-community/taking-flutter-animations-a-step-ahead-with-rive-80adea69c7e

创建 Rive 动画并将其显示为加载程序。