You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: