Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 Flutter 的新手。我想放置一些文本,它们的值会随着 Rive 动画而改变。无论屏幕大小如何,确保文本在动画上保持在同一位置的最佳方法是什么?
假设这 3 个红色框有一些遥测数据作为示例。
带有位置的 Stack 小部件可以工作吗?在我进入这个兔子洞之前,我想我需要一些关于如何在 Rive 动画中或上方显示数据的建议。
嗯,Stack总是答案 :)Rive用它包装动画,并text在任何你想要的地方使用小部件。
Stack
Rive
text