requestor 0.0.13
requestor: ^0.0.13 copied to clipboard
A Flutter package for making HTTP requests and downloading files efficiently.
0.0.10 #
[Version 0.0.10] - Release Date (03/11/2023) Added Initial release of the requestor package. Implementation of the Requestor class for making HTTP requests and downloading files in Flutter. Methods for performing GET, POST, PUT, DELETE, OPTIONS, and PATCH requests. Support for downloading files from a list of URLs. Methods for retrieving the application path and listing files in a specific directory.
0.0.11 #
Added
- New Feature: Introducing the addInterceptor method, allowing users to intercept requests and modify or add headers before sending them.
-
- addInterceptor method accepts a callback function as a parameter, enabling users to customize request headers dynamically.
-
0.0.12 #
Fix
- Error in the data of the post method is resolved
0.0.13 #
Fix
- Correction in documentation