Mobile SDKs
Flutter
The Taficloud Dart SDK provides functionalities for interacting with the Taficloud API. It allows you to upload, download, and manage media files.
Features
- Upload a file (regular or Base64 encoded).
- Fetch media metadata.
- Convert media format.
- Merge multiple files.
- Compress an image.
Installation
Add the following to your pubspec.yaml
:
Then run:
Getting Started
To get started, you need to create an instance of the Taficloud
class by passing your API key.