protect 0.0.2 copy "protect: ^0.0.2" to clipboard
protect: ^0.0.2 copied to clipboard

outdated

Protect protects excel files with password and also helps to decrypt the password protected excel files

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add protect

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

dependencies:
  protect: ^0.0.2

Alternatively, 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:protect/protect.dart';
7
likes
40
points
2.99k
downloads

Publisher

verified publisherjustkawal.dev

Weekly Downloads

Protect protects excel files with password and also helps to decrypt the password protected excel files

Repository (GitHub)

License

MIT (license)

Dependencies

aes_crypt, crypto, utf, xml_parser

More

Packages that depend on protect