Results 12 comments of Hector Aguero

This happens when the file doesn't exist. ```dart final file = 'file:///Users/tmp/asdf.m4a'; final player = AudioPlayer(playerId: "test"); if (File(source).existsSync()) { player.play(file); }else{ print('file not exists'); }

Thanks, @florissmit1 , It would be helpful if the readme recommend the use of ternary for that case, or at least mention the required accuracy, with the column Accuracy Status...

So, I change this code in my app libraries for testing, and they fix all size problems with a widget in `SlidingPanel(body:` that I want to put above a BottomBar,...

@rrousselGit now that provider 2.0 is out, can you update the last example from @brianegan ?

@miguelpruivo from what I understand there is a newer [Android Photo Picker API](https://developer.android.com/training/data-storage/shared/photopicker) that let you set a [max items limit](https://developer.android.com/reference/kotlin/androidx/activity/result/contract/ActivityResultContracts.PickMultipleVisualMedia). Maybe you can add this only for media/photos/video options.

I did a port of the flutter skeleton to riverpod here https://github.com/hectorAguero/riverpod_skeleton Now I think that this kind of template is not the best to show the riverpod skills while...

Now also android has native support for this feature, and image_picker package already can use the Android PhotoPicker. One of the issues would be the API compatibility, `officially Android 11...

So, I'm try to use this package but now it's to difficult to find the key to register a new package, because they doesn't show in the generatedpluginregistrant file by...

What I found is if I call zValidator with `'npm:@hono/zod-validator'` Deno retrive me the version 1.3 and the mismatch disappear, but the error message is different But the latest version...

Just to say, I'm having the same problem with `@hono/zod-openapi `the linter give me an error, but the code still run, if I switch to npm import the error is...