azblob 4.1.0
SDKdartflutter
Platformandroidioswindowslinuxmacosweb
A trivial Azure Blob Storage client. You can get and put Blob on server side dart.
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.');
}
License
ISC