0 purchases
azblob
A trivial Azure Blob Storage client.
Usage #
A simple usage example:
import 'package:azblob/azblob.dart';
main() async {
var storage = AzureStorage.parse('your connection string');
await storage.putBlob('/yourcontainer/yourfile.txt',
body: 'Hello, world.');
}
copied to clipboard
License #
ISC
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.