file_support 0.0.4 file_support: ^0.0.4 copied to clipboard
File Support is plugin very helpful for different kind of file handling operations.Like generate multipart files.Create custom file,get file properties like size,type,name etc.Also include special fil [...]
File Support #
File support is plugin that allow you to perform file handling operations. Like convert file to multipart.Perform file related activities.
- Get file name from file.
- Convert file to multipart file
- Create random file for testing puroses.
- Create random image for flutter.
- Get file extension from file.
####Get Multipart for Dio
await getMultiPartFromFile(File file) ;
####Get File Name Without Extension.
getFileNameWithoutExtension(File file) ;
####Get Base64 for any file.(Future)
getBase64FromFile(File file) ;
Editor.md #