Skip to content

bug in LocalImageProvider().imageBytes( ) functionΒ #44

@muhammadCodeSh

Description

@muhammadCodeSh

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions