requestor 0.0.21 copy "requestor: ^0.0.21" to clipboard
requestor: ^0.0.21 copied to clipboard

outdated

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

0.0.14 #

Add

  • Add url in response file download

0.0.15 #

Add

  • Parse format json

0.0.16 #

Add

  • Add types for Response

0.0.17 #

Add

  • Add url in SingleDownload

0.0.18 #

Add

  • Add property wildcard in DownloadItem

0.0.19 #

Add

  • Add property wildcard in SingleDownload

0.0.20 #

Fix

  • The text next to the data is removed when the state is skipped

0.0.21 #

Fix

  • Remove logs
0
likes
0
points
7
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for making HTTP requests and downloading files efficiently.

Homepage

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on requestor

Packages that implement requestor