Hi guys, does anyone have any examples of choosers...
# multiplatform
s
Hi guys, does anyone have any examples of choosers implemented on Android/iOS/Web? I guess it should be done using expect/actual and on Android I know that it's done using Intents, but have no clue how it should be done on iOS an Web. Anyone did something similar?
z
You mean like a file chooser? there's this https://github.com/Wavesonics/compose-multiplatform-file-picker
s
Exactly, thank you.
But as I see it lacks iOS support.
u
Its been actively worked upon
If you are looking for a working example take a look at https://github.com/MohamedRejeb/Calf/tree/main/calf-file-picker/src
s
Will take a look, thanks