如何在 Flutter 中为圆圈(如 gif 中的动画)制作动画?

How to animated the circle (like in the gif) in Flutter?

如何在Flutter中制作这样的动画圆圈?

请看this pub。希望这可以帮助。这正是您要找的东西。只需稍作调整,您就可以在指示器中包含任何类型的子元素。干杯!!

您有多种选择。

您可以使用 percent_indicator 包。

您可以将 CustomPainter 用作 in this blog post