Dio File Upload Util

File Upload Util is a Flutter package designed to make file and image uploads simple using dio, along with utility functions to manage file extensions and MIME content types.

Features

  • Upload Files: Upload images and files using a pre-signed URL via dio.
  • Utility Functions:
    • Extract file extension from a file path.
    • Get MIME content type for a given file extension.

Installation

To install this package, add the following dependency to your pubspec.yaml file:

dependencies:
  dio_filex_uploader: 0.1.2