Maksim Lin

Results 174 comments of Maksim Lin
trafficstars

Sorry this is rather late, but there has been a recent (Chrome M92 onwards) significant improvement in Chrome webaudio implementation on Linux: https://bugs.chromium.org/p/chromium/issues/detail?id=825823 While that bug originally referred to audio...

[Flutter now has a `flutter build ipa` command ](https://github.com/flutter/flutter/issues/13065#issuecomment-714749994) so it would be nice if that could be supported.

@aloisdeniel any chance this could be merged in for a new release? Its a small change but its completely blocking using the extension on Linux VM's on devops 😞

I should say its easy enough to define a custom task to do this: ``` - task: CmdLine@2 displayName: "Android build" inputs: script: "$(FlutterToolPath)/flutter build appbundle --dart-define MY_CONFIG=FooBar" ``` but...

@Efreak you'd need to speak to the F-Droid maintainers about that yourself, it doesn't need to be the owner of this repo that submits it to F-Droid.

I've not seen an such issue running the app in the background using a release build across any of the 4 devices I've tested with running 4.4.2, 8 and 10....

This is likely due to permissions handling on older versions of Android. I have a [fix for this in my fork](https://github.com/maks/Flute-Music-Player/commit/f4c6cb00af2bd412a5ea104e7f8a6b04907de085#diff-7dbbb1784c9579c2f954a4b6eada5767R114), I'll try to get a PR done soon. Note...

I suspect that the Flute plugin is not able to find any music files, which causes `songData` to be null and thus this error. You unfortunately did not include the...

This app uses the Flute-music-player plugin which *specifically* only support *local* files that have been indexed by the Android framework MediaScanner, so playing audio streams is a rather extreme feature...

@millionhz this PR gas been open for 10months without any response from @davidanaya so sadly I'd say that this repo is no longer being maintained.