filesystemv 0.1.0 copy "filesystemv: ^0.1.0" to clipboard
filesystemv: ^0.1.0 copied to clipboard

Virtualized filesystem writes using IOOverrides.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add filesystemv

With Flutter:

 $ flutter pub add filesystemv

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  filesystemv: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:filesystemv/filesystemv.dart';
1
likes
150
points
29
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Virtualized filesystem writes using IOOverrides.

Repository (GitHub)
View/report issues

Topics

#filesystem #testing #iooverrides #virtual-filesystem

License

Apache-2.0 (license)

Dependencies

path

More

Packages that depend on filesystemv