akadatsky

Results 7 comments of akadatsky

Hi @JackLauu Enven on main page noted: NOTE: Android's DownloadManager has plenty of features which is not available in ThinDownloadManager. For ex. pause and continue download when network connectivity changes....

@smanikandan14 I can't due to of DOWNLOAD_WITHOUT_NOTIFICATION permission. I believe it's not hard to do in the technical plan, or ThinDownloadManager arch is not designed for this? Or you have...

Faced with the same issue, solved it next way: Copied library as source code in my project and in the file `extended_image_editor_utils.dart` uncommented line: `cropRect = rotateRect(cropRect, cropRect.center, -angle);` in...

@xunreal75 Why we could not use geolocator plugin? It's more popular than location package.

@leoafarias any plans for this issue? I have non default fvm path and sidekick just ignore it and creates new one in user/fvm

@emmaweberyd thanks for the tip, I sent a merge request with these changes: https://github.com/erluxman/pdf_flutter/pull/46

@recoilme for fix crash I found workaround: ``` public Bitmap onImageDecoded(String data, int reqWidth, int reqHeight, Bitmap bitmap) { Bitmap bitmapCopy = bitmap.copy(bitmap.getConfig(), true); return Malevich.Utils.getCircleBitmap(bitmapCopy); } ``` But I...