cloudflare 1.1.0+8 copy "cloudflare: ^1.1.0+8" to clipboard
cloudflare: ^1.1.0+8 copied to clipboard

This is a dart package for Cloudflare API to allow easy Image, Stream and Live Input api management.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Removed for now removed features.
  • Fixed for any bug fixes.
  • Security in case of vulnerabilities.

1.1.0+8 #

Added #

  • DataTransmit adds a CancelToken property to allow to cancel requests on any request that uses a DataTransmit instance, like image upload or video stream upload.

1.0.1+7 #

Fixed #

  • Wrong assert validation removed from tusDirectStreamUpload(...) function that prevented from doing direct stream upload using tus protocol.

1.0.0+6 #

Changed #

  • dataFromImageDeliveryUrl function from CloudflareImage made public
  • dataFromVideoDeliveryUrl function from CloudflareStreamVideo made public

1.0.0+5 #

Fixed #

  • Minor bugs fixed in flutter example project

1.0.0+4 #

Added #

  • StreamAPI implemented
  • LiveInputAPI implemented

Changed #

  • ImageAPI updated

0.0.1+2 #

Fixed #

  • Readme description.

0.0.1+1 #

Added #

  • Initial version.
32
likes
0
pub points
81%
popularity

Publisher

unverified uploader

This is a dart package for Cloudflare API to allow easy Image, Stream and Live Input api management.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

copy_with_extension, cross_file, dio, http, json_annotation, meta, path, retrofit, tusc

More

Packages that depend on cloudflare