update: updating encryption package
This commit is contained in:
parent
273e0f5eaa
commit
87248b52c6
3 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,4 @@
|
||||||
library platform_encryption;
|
library platform_encryption;
|
||||||
|
|
||||||
export 'src/encrypter.dart';
|
export 'src/encrypter.dart';
|
||||||
|
export 'src/missing_app_key_exception.dart';
|
||||||
|
|
|
@ -10,6 +10,7 @@ environment:
|
||||||
|
|
||||||
# Add regular dependencies here.
|
# Add regular dependencies here.
|
||||||
dependencies:
|
dependencies:
|
||||||
|
crypto: ^3.0.6
|
||||||
encrypt: ^5.0.3
|
encrypt: ^5.0.3
|
||||||
platform_contracts: ^8.0.0
|
platform_contracts: ^8.0.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue