Releases: DimitarPetrov/stegify-flutter-plugin
Releases · DimitarPetrov/stegify-flutter-plugin
v0.2.0
v0.1.1
Improve documentation with Go
specific prerequisites.
v0.1.0
Perform steganography encoding/decoding in a separate thread in order to avoid blocking UI thread.
v0.0.5
Improve usage documentation
In order to import this plugin correctly you need to add the following lines to your settings.gradle:
In the beginning add: include ':steg'
In the end of the file add: project(':steg').projectDir = new File(project(':flutter_stegify').projectDir, 'steg')
Example usage of the plugin can be found here.
v0.0.4
Make the API async
v0.0.3
Merge branch 'master' of https://github.com/DimitarPetrov/stegify-flu…
v0.0.2
Initial release of stegify flutter plugin.