Besnik Br.

Results 8 comments of Besnik Br.

+1 please merge, it is essential for developing SPA with angularjs + symfony2

Or at leat `BitmapComposer` should have a method to get the blurred bitmap.

Any update / workaround? I wanted to use zappa after some time, because the last time it was smooth, now I ran in this annyoing error.

Whats wrong with --save? it just adds the new dependency to your package.json/bower.json. Sure, you can add it manually....

A workaround is to not set width & height on `OptimizedCacheImage` but put `OptimizedCacheImage` into a `SizedBox` and set the width & height there: from: ``` OptimizedCacheImage( imageUrl: "...", height:...

I use `BoxFit.cover` too and it works fine. Be sure to clear the cache (or just reinstall the app).

Adding explicit dependency to `testImplementation("org.mockito:mockito-core:2.23.0")` solve the issue for me, thanks @kevcodez