Thoughts on the UX #163
Replies: 1 comment 3 replies
-
That's actually how it currently works! On desktop, we store notes in "Documents/Saber", but on Android/iOS, the "documents" folder is hidden from the user. See
I may add this in the future (maybe restricted to desktop platforms?). I'm already using file_picker for picking images on desktops and it seems pretty solid (Android and iOS use image_picker to avoid needing unnecessary permissions).
I haven't figured out how to make a Flutter app a file handler for
I already keep a list of recently accessed files in SharedPreferences so this shouldn't be a problem: lib/data/prefs.dart#L102 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Following up from #117 I'll share some ideas here:
I feel like the UX should display that more clearly, right now it seems a little confusing, like the notes would be data that belongs to the app (like an object), a user would expect that, since there is no interaction with the system file picker.
(Very dangerous)thinking out loud ahead so maybe don't consider it for your own sanityI wonder if the whole paradigm would have to be changed following this line of thought, ifwe could make it so that by default it saves to a directory visible to the user like<platform-specific-path>/Documents/Saber
which would also work towards #24This could also open the possibility to optionally
That would be a sound decision as well imo.
For a while pretend that I didn't write any of this, enjoy your holidays!
Beta Was this translation helpful? Give feedback.
All reactions