edwin0401
Results
2
issues of
edwin0401
asImage() type mismatch: **final Uint8List pixels;** /// Returns the image as an [Image] object from the pub:image library im.Image asImage() { return im.Image.fromBytes(width, height, **pixels** );
bug
How to disable to fetch the data when scroll to page end in mobile view ? Even if no more data can be fetch.