brotli

Creator: coderz1093

Last updated:

Add to Cart

Description:

brotli

Brotli #


Pure Dart Brotli decoder.
Installation #
In pubspec.yaml add the following dependency:
dependencies:
brotli: ^0.6.0
copied to clipboard
Example #
import 'dart:io';

import 'package:brotli/brotli.dart';

void main() {
final output = brotli.decodeToString(File("./brotli.br").readAsBytesSync());
print(output);
}
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.