simple_https_service 1.0.0 copy "simple_https_service: ^1.0.0" to clipboard
simple_https_service: ^1.0.0 copied to clipboard

A package for simple HTTPS communication with timing control and response handling.

1.0.0 - 2026-05-02 #

  • Initial release.
  • HttpsService: HTTPS POST for web and native platforms.
  • HttpsServiceForNative: HTTPS POST for native platforms with self-signed certificate support.
  • TimingManager: Singleton for controlling request intervals.
  • RetryConfig: Singleton for configuring automatic retry with exponential backoff and jitter.
  • ServerResponse: Unified response object with categorized status.
  • EnumServerResponseStatus: Response status enum (success, timeout, serverError, otherError, signInRequired).
  • EnumServerResponseType: Response body format enum (json, byte, text).
  • EnumPostEncodeType: POST encoding type enum (urlEncoded, json).
  • UtilCheckURL: Utility for HTTPS URL validation.
  • UtilServerResponse: Factory utility for creating ServerResponse objects.
0
likes
160
points
101
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package for simple HTTPS communication with timing control and response handling.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, http, web

More

Packages that depend on simple_https_service