jdevp
jdevp
I think that it is. I'm using the following version (4.0.1). It seems that there is degradation since 4.0.1. The later version can't handle Unicode well. Try with 4.0.1 to...
Hi, Thanks for information. Is there a way to manually create appxupload package without VS ? I read somewhere that MS Store only accepts appxupload package. Any other packages can...
Yes, I read the instruction and your script. What you have is to create .appx package but not .appxupload package. According to MS, .appx can be loaded for testing but...
Hi, Did you actually submit to Dev Center or just created App.appx for sideloading ? According to this link, I'll need to submit "desktop bridge form" for App.appx to be...
> As for me, I just use [screenshot](https://pub.dev/packages/screenshot) package instead. It can give high resolution. It seems to me that it has eve lower resolution since it doesn't consider dpr....
Hi, You posted at the place. You are using Video_Player package. This is native_video_view package. I'm curious if you have found a solution. I'm having issues with both packages on...
Please any update on this issue? If the input file name is `天边.mp3`, it prints out /`storage/9016-4EF8/music4/%E5%A4%A9%E8%BE%B9.mp3 open failed: ENOENT (No such file or directory)` The last known working release...
issues are still there. It can't handle file name with space or unicode in it. Have to switch to package `just_audio` which seems to fix the issues.
Did you get it to work? Can you share your code? You need to initialize the model inside the isolate. Since the Flutter isolate doesn't work with plugin directly, you...
@ryanbeard82 Thanks for the quick response. Yes, that's what I'm trying to do. I prefer Dart since I'm working on a Flutter project. I went through the source code of...