filesystem_raid 1.0.0
filesystem_raid: ^1.0.0 copied to clipboard
A professional Dart library implementing RAID 0/1/5 on the local filesystem with striping, mirroring, parity (XOR/Reed-Solomon), health monitoring, compression, and encryption in pure software.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add filesystem_raidWith Flutter:
$ flutter pub add filesystem_raidThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
filesystem_raid: ^1.0.0Alternatively, 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:filesystem_raid/filesystem_raid.dart';