azblob 2.2.1 copy "azblob: ^2.2.1" to clipboard
azblob: ^2.2.1 copied to clipboard

outdated

A trivial Azure Blob Storage client. You can get and put Blob on server side dart.

example/example.dart

import 'package:azblob/azblob.dart';

main() async {
  var storage = AzureStorage.parse('your connection string');
  await storage.putBlob('/yourcontainer/yourfile.txt', body: 'Hello, world.');
}
25
likes
0
pub points
92%
popularity

Publisher

verified publisherkkazuo.com

A trivial Azure Blob Storage client. You can get and put Blob on server side dart.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

crypto, http

More

Packages that depend on azblob