Skip to content

Releases: DimitarPetrov/stegify-flutter-plugin

v0.2.0

30 Jan 14:01
Compare
Choose a tag to compare
  • Supporting the new Android plugins APIs with V2 Embedding
  • Simplify prerequisites. Prior this version fully function Go environment with gomobile and stegify installed was required.
    This is not the case anymore as the needed packages are embedded in the plugin.

v0.1.1

04 Apr 12:40
Compare
Choose a tag to compare

Improve documentation with Go specific prerequisites.

v0.1.0

26 Sep 21:36
Compare
Choose a tag to compare

Perform steganography encoding/decoding in a separate thread in order to avoid blocking UI thread.

v0.0.5

10 Jan 08:40
Compare
Choose a tag to compare

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

27 Oct 13:47
Compare
Choose a tag to compare
Make the API async

v0.0.3

26 Oct 13:17
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/DimitarPetrov/stegify-flu…

…tter-plugin

v0.0.2

24 Sep 07:51
24e7052
Compare
Choose a tag to compare

Initial release of stegify flutter plugin.