google_secret_manager 1.0.10
google_secret_manager: ^1.0.10 copied to clipboard
This package provides an API for accessing Google Secret Manager using Dart. This package is useful for developers who want to securely store and retrieve secrets.
1.0.10 #
- Removed the additional
httpandgooglepackage exports.
1.0.9 #
- Exported the
httppackage.
1.0.8 #
- Updated the response type of the
get()method to be non-nullable. - Added optional
projectIdargument to theget()method.
1.0.7 #
- Exported the google packages.
- Updated the
examplecode. - Updated the
README.mdfile.
1.0.6 #
- Updated the example code.
1.0.5 #
- Updated the
pubspec.yamlfile.
1.0.4 #
- Updated the
pubspec.yamlfile. - Updated the
README.mdfile.
1.0.3 #
- Added the version to the
getmethod of theGoogleSecretManagerinterface. - Updated the
README.mdfile.
1.0.2 #
- Updated the
README.mdfile.
1.0.1 #
- Removed the
GoogleSecretManagerInitializerclass.
1.0.0 #
- Initial version.