bluefireteam / bitmap

A Flutter package for manipulating bitmaps
MIT License
176 stars 34 forks source link

Failed to load some of the Bitmap package #23

Closed beautybird closed 11 months ago

beautybird commented 3 years ago

I'm getting this exception when running the app after applying Bitmap package ;

       Invalid argument(s): Failed to load dynamic library (dlopen failed: library "libbitmap.so" not found)

Any idea why and how to solve this issue ?

renancaraujo commented 2 years ago

Need some more information to get started. Which platform you are deploying to? What are the build modes that pops this error (debug? release?)? What is the output of flutter doctor?

spydon commented 11 months ago

Closing this as stale