-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I tried to call this function
Uint8List fileByte = await LocalImageProvider().imageBytes(image.id.toString(), 1080, 1080);
also I tried it
Uint8List fileByte = await LocalImageProvider().imageBytes(image.id.toString(), image.pixelHeight!, image.pixelWidth!);
but after call I get this error
[ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: PlatformException(imgLoadFailed, Exception while loading image, GeneratedAppGlideModuleImpl is implemented incorrectly. If you've manually implemented this class, remove your implementation. The Annotation processor will generate a correct implementation., null)
my plugin version is 4.2.0 please answer me soon
muhammadCodeSh
Metadata
Metadata
Assignees
Labels
No labels