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.
这是我的代码
我也用 NotificationListener 实现了分页
gaplessPlayback: true在渲染图像时添加属性。它必须是这样的:
gaplessPlayback: true
Image myImg = Image.memory( base64Decode(base64Image), height: 150, width: 180, fit: BoxFit.cover, gaplessPlayback: true, // add this );