1. Introduction
Filey is a simple extension which offers you the feature to convert file to string and vice versa asynchronously, so it does not affect the main thread or UI.
Note: It does not work with asset files.
Latest Version: 1
Released: August 20, 2020
Last Updated: August 20, 2020
Permissions: android.permission.WRITE_EXTERNAL_STORAGE
, android.permission.READ_EXTERNAL_STORAGE
2. Blocks
3. Documentation
- Got File
Event raised after converting string to file with success and response.
successful ~ boolean
response ~ text
- Got String
Event raised after converting file in string with success and response
successful ~ boolean
response ~ text
- Decode
Tries to convert string to file and saves output file at given path
string ~ text
filePath ~ text
- Encode
Tries to convert file to string from given path
filePath ~ text
4. Downloads
Hope it helps!