slow_file_system 1.0.0 copy "slow_file_system: ^1.0.0" to clipboard
slow_file_system: ^1.0.0 copied to clipboard

Simulate slow file systems by wrapping package:file with delayed I/O operations and delayed returned file objects.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add slow_file_system

With Flutter:

 $ flutter pub add slow_file_system

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

dependencies:
  slow_file_system: ^1.0.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:slow_file_system/slow_file_system.dart';
1
likes
160
points
12
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Simulate slow file systems by wrapping package:file with delayed I/O operations and delayed returned file objects.

Repository (GitHub)
View/report issues

Topics

#file-system #testing #latency

License

BSD-3-Clause (license)

Dependencies

file, path

More

Packages that depend on slow_file_system