Thibault Chatillon

Results 9 comments of Thibault Chatillon

okay so after more testing I found that calling `release()` after `stopRecord()` was working... Is this normal behavior ?

yep i'm confused. Consider using this package instead if it matches your need : https://pub.dev/packages/universal_file

@ghenry22 Hey I finally made it work for m4a files (default for ios and android if I remember), this is the code I used hope it helps ``` let mediaPlayer...

I think it's related to this : https://github.com/flutter/flutter/pull/136708 I found it with ctrl+F of "gesture" in flutter 3.19 changelogs : https://docs.flutter.dev/release/release-notes/release-notes-3.19.0 ## Update : https://docs.flutter.dev/release/breaking-changes/multi-touch-scrolling I think this might be...

Any update / workaround on this ?

Yes by falsy I mean, the translations are all working as expected I tried the solution provided without success : ``` i18n.setMessagesCompiler(compileMessage); // is order relevant ? const { messages...

Thanks @CodingCrog but I was looking for a step before, if possible to allow only to share audio, with your solution users will be able to share any filetype, but...

hey same issue on macos here, how could we explicitly the path like @Mr-Pepe mentioned ?