azblob

Creator: coderz1093

Last updated:

Add to Cart

Description:

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

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.