CloudIgnite SDK

CloudIgnite SDK is a Dart library designed for interacting with the CloudIgnite file storage service. This SDK enables developers to upload, list, retrieve, and delete files from their CloudIgnite storage buckets seamlessly.


Features

  • File Upload: Upload files to a specified bucket.
  • File Listing: List all files in a bucket.
  • File Retrieval: Get the download URL for a file.
  • File Deletion: Delete files from a bucket.

Installation

Add this package to your pubspec.yaml:

dependencies:
  cloudignite_sdk: ^1.0.0

Libraries

cloudignite_sdk