You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ernest Pan edited this page Jul 26, 2020
·
2 revisions
This is a core feature.
Runnable allows users to save and load code files from their mobile device storage, provided that storage access is approved by the user.
We use the standard Flutter method to create a directory to save files made by the app. Additionally, we use a file picker to allow the user to specify a directory of their choice, and we remember this choice by storing it in the app files.