Thread with 12 posts

jump to expanded post

meanwhile hell has frozen over and now iOS lets the user just… move files in and out of apps’ sandboxes. they can just open the Files app and move… files… around. and the app can simply access those files with POSIX APIs.

if only iOS allowed side-loading, I’d make apps for it

Open thread at this post
James Harvey , @jmshrv@treehouse.systems
(open profile)

@hikari Ironically this really harms Flutter, which relies on direct paths for file system access. I've had way more issues letting users access an app directory, while on iOS I can just make the document directory visible in Info.plist

Ideally I'd like users to be able to select any path but that doesn't seem possible on either platform for Flutter, it really needs URL path support

Open remote post (opens in a new window)