Skip to content

Commit

Permalink
add aes encrypt dep
Browse files Browse the repository at this point in the history
  • Loading branch information
LiquidatorCoder committed Nov 24, 2021
1 parent 4b099b3 commit 92c91ce
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pubspec.lock
Expand Up @@ -8,6 +8,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "30.0.0"
aes_crypt_null_safe:
dependency: "direct main"
description:
name: aes_crypt_null_safe
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.1"
analyzer:
dependency: transitive
description:
Expand Down
1 change: 1 addition & 0 deletions pubspec.yaml
Expand Up @@ -27,6 +27,7 @@ environment:
# the latest version available on pub.dev. To see which dependencies have newer
# versions available, run `flutter pub outdated`.
dependencies:
aes_crypt_null_safe: ^2.0.1
archive: ^3.1.6
bitsdojo_window: ^0.1.1+1
clipboard: ^0.1.3
Expand Down

0 comments on commit 92c91ce

Please sign in to comment.