diff --git a/example/pubspec.yaml b/example/pubspec.yaml index a4c9f5d7..33722897 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -44,6 +44,7 @@ dev_dependencies: sdk: flutter flutter_driver: sdk: flutter + flutter_lints: ^6.0.0 test: ^1.5.2 flutter: diff --git a/lib/src/webcrypto/webcrypto.rsapss.dart b/lib/src/webcrypto/webcrypto.rsapss.dart index 5fa3bc9c..13fd57b4 100644 --- a/lib/src/webcrypto/webcrypto.rsapss.dart +++ b/lib/src/webcrypto/webcrypto.rsapss.dart @@ -681,4 +681,4 @@ final class RsaPssPublicKey { /// /// [1]: https://www.rfc-editor.org/rfc/rfc7517 Future> exportJsonWebKey() => _impl.exportJsonWebKey(); -} \ No newline at end of file +}