poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
126 stars 4 forks source link

feat: add an option to select files via "Files" for iOS #230

Closed poppingmoon closed 4 months ago

poppingmoon commented 4 months ago

Added a button in FilePickerSheet to allow users to choose from where they pick files.

This change is only for iOS because we don't need a specific app to pick certain kinds of files on other platforms.

Part of #200