Max Stoller

Results 17 comments of Max Stoller

Try this: https://pub.dev/packages/reorderables

How are you transferring the file to Android? What is the variable `trck` set to? According to the logs you don't see any error. Is that the case? It just...

I’m a little confused. The issue is titled as if the error occurs on playback for iOS but with your code snippet and logs you say the error is on...

Are you stopping the player/recorder and closing the audio session during a dispose method? That should fix problems with hot reloads

Have you updated Xcode to 12.4? After updating a lot of packages in my flutter project, permission_handler included, I was getting a framework error for permission_handler. After a lot of...

Yes, that sounds good. Should I leave this issue open or close it?

Yes, the problem does not seem to be with the plugin itself, however. It looks like a possible upstream issue: https://github.com/imagemin/imagemin/issues/327

In my case it seems that the plugin was unable to support the file type. I'm not sure why no errors were thrown, but I've solved it using different methods...

If you know how to check if Flutter can support the image natively, then that would help too! I can use that to choose between using the file property (no...

Ok I understand. Thanks for the response. Should I close the request?