Here is my code
I ve implemented pagination with NotificationListener as well
Add the gaplessPlayback: true
propertie when you're rendering the images. It has to be something like that:
Image myImg = Image.memory(
base64Decode(base64Image),
height: 150,
width: 180,
fit: BoxFit.cover,
gaplessPlayback: true, // add this
);