ryanheise

Results 1670 comments of ryanheise

> **Minimal reproduction project** > Save an image to the `NSApplicationSupportDirectory` of iOS. This can be done by calling `getApplicationSupportDirectory()` function of `path_provider` package. Can you do that and then...

Thanks, @arshrahman . Just to check, are you testing on a Simulator or an actual iPhone device?

Because there is a space in `Application%20Support` it is getting URL-encoded. But I'm not sure if the path on a real iPhone device will have the same problem. My focus...

I see. On the simulator it was possible to test these things using an older version of Xcode but this can't be used on the BigSur. But as per your...

@zhouyuanbo have you read my previous comment?

@arshrahman can you confirm whether the issue persists in 0.18.0?

@sanjay23singh that is not related to this issue. Please search for another existing issue for loading the `artUri` from assets, or if one does not exist, submit one.

`setRating` is the same type of thing as `play()`: * It's a "callback" method just like `play()` * It doesn't have or need an ID parameter just like `play`. *...

I also wonder what approaches other projects might be using to deal with this problem besides just manually editing `pubspec.yaml` back and forth during testing.

Technically this is already possible with flutter_isolate, but yes a native flutter offering sounds promising.