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

outdated

A new Flutter project.

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
0
points
1.12k
downloads

Publisher

unverified uploader

Weekly Downloads

A new Flutter project.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, flutter, http, http_parser, logger, path_provider

More

Packages that depend on file_support