Skip to content

docs: move AES-GCM importRawKey example to a separate file - #409

Open
KSAGlory wants to merge 1 commit into
google:masterfrom
KSAGlory:docs/aes-gcm-import-raw-key-example
Open

KSAGlory wants to merge 1 commit into
google:masterfrom
KSAGlory:docs/aes-gcm-import-raw-key-example

Conversation

@KSAGlory

Copy link
Copy Markdown

Summary

  • move the AesGcmSecretKey.importRawKey example into a standalone Dart file
  • reference the executable example from the API documentation

Fixes #283

Testing

  • dart format --output=none --set-exit-if-changed .
  • dart analyze --fatal-warnings .
  • git diff --check

Testing limitation

dart test could not start locally because the Windows native asset build requires NASM, which is not installed on this machine. The repository's Windows CI installs NASM before running the test suite.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Move dartdoc examples to separate files

1 participant