file_support 0.0.5 copy "file_support: ^0.0.5" to clipboard
file_support: ^0.0.5 copied to clipboard

PlatformAndroidiOS
outdated

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 #

33
likes
120
pub points
86%
popularity

Publisher

unverified uploader

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 file to base64 support and lots more.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

dio, flutter, http, http_parser, logger, mime_type, path_provider, uuid

More

Packages that depend on file_support