shena_maat 0.1.1 copy "shena_maat: ^0.1.1" to clipboard
shena_maat: ^0.1.1 copied to clipboard

Wires shena filesystem storage into the Maat framework.

example/example.dart

import 'package:shena_maat/shena_maat.dart';

Future<void> main() async {
  final disk = Storage.fake();
  await disk.put('hello.txt', 'Hello'.codeUnits);
  Storage.restore();
}
0
likes
160
points
--
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Wires shena filesystem storage into the Maat framework.

Repository (GitHub)

License

MIT (license)

Dependencies

maat, path, shena

More

Packages that depend on shena_maat