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

A pure Dart library for reading and extracting RAR archives in a streaming, random-access fashion.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add another_rar

With Flutter:

 $ flutter pub add another_rar

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

dependencies:
  another_rar: ^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:another_rar/extraction/application/extraction_application_rar_archive_reader.dart';
import 'package:another_rar/extraction/domain/extraction_domain_rar_archive_entry.dart';
import 'package:another_rar/extraction/domain/extraction_domain_rar_exception.dart';
import 'package:another_rar/extraction/domain/extraction_domain_rar_file.dart';
import 'package:another_rar/extraction/infrastructure/extraction_infrastructure_rar_file_impl.dart';
import 'package:another_rar/rar_reader.dart';
0
likes
130
points
78
downloads

Documentation

API reference

Publisher

verified publisherrouninlabs.com

Weekly Downloads

A pure Dart library for reading and extracting RAR archives in a streaming, random-access fashion.

Repository (GitHub)
View/report issues

License

BSD-3-Clause (license)

Dependencies

meta, universal_io

More

Packages that depend on another_rar