tagion_dart_api 1.0.8
tagion_dart_api: ^1.0.8 copied to clipboard
This plugin serves as a Dart interface to the existing Tagion API, designed to streamline its integration and usage within the Dart/Flutter ecosystem.
1.0.0 #
- Initial release.
1.0.1 #
- Update the package with a new binaries.
1.0.2 #
- Switch to a libmobile binary.
1.0.3 #
- Remove unused variables and functions from FFI files.
1.0.4 #
- Update api's example.
- Fix warnings.
1.0.5 #
- Fix issues in the exceptions logic.
1.0.6 #
- Fix issues found with flutter analyze command.
1.0.7 #
- Apply dart formatting.
1.0.8 #
- Add a new functionality for public key retrieval in the Crypto module.
- Move document errors to the tagion_error_code file.
- Update the example app to include the new functionality.