koni_sevenz 0.7.0
koni_sevenz: ^0.7.0 copied to clipboard
7z reader and writer (incl. AES-256) for the koni_archive ecosystem, including CB7 comic archives.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add koni_sevenzThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
koni_sevenz: ^0.7.0Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:koni_sevenz/koni_sevenz.dart';