Skip to content

v0.0.5

Compare
Choose a tag to compare
@DimitarPetrov DimitarPetrov released this 10 Jan 08:40
· 12 commits to master since this release

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.