We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e47913 commit 854dbb5Copy full SHA for 854dbb5
example/test/app_test.dart
@@ -3,7 +3,8 @@ import 'package:openpgp/openpgp.dart';
3
4
void main() {
5
test('Generate Keypair', () async {
6
- var keyPair = await OpenPGP.generate(options: Options()..email="sample@sample.com");
+ var keyPair =
7
+ await OpenPGP.generate(options: Options()..email = "sample@sample.com");
8
print(keyPair.privateKey);
9
expect(keyPair.publicKey != "", true);
10
});
pubspec.yaml
@@ -17,7 +17,7 @@ dependencies:
17
sdk: flutter
18
ffi: ^2.0.1
19
flat_buffers: ^2.0.5
20
- path: any
+ path: ^1.8.2
21
22
dev_dependencies:
23
flutter_test:
0 commit comments