1.Introduction
Filey is a simple extension which offers you feature to convert file to string and vice-versa asynchronously so it does not affects the main thread or UI.
Note: It does not works with asset files.
Latest Version: 1
Released: 2020-08-19T18:30:00Z
Last Updated: 2020-08-19T18:30:00Z
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
Download Link: com.sunny.Filey.aix - Google Drive
Hope it helps!