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';
6
likes
40
pub points
75%
popularity

Publisher

verified publisherjustkawal.dev

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

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

aes_crypt, crypto, utf, xml_parser

More

Packages that depend on protect