Skip to content

Snapshot builds

Warning

Snapshot builds are deployed directly from the develop branch of this repo. They are not stable and should not be used for anything other than testing and trying out new features.

To try out the latest development build add the following Maven url to your project.

maven { setUrl("https://central.sonatype.com/repository/maven-snapshots/") }

The latest snapshot can be found by examining the latest build here.

Snapshots are published on pub.dev as pre-releases.

Back to top