zettle 0.1.0
zettle: ^0.1.0 copied to clipboard
A wrapper for the Zettle POS SDK for Android and iOS.
zettle #
A new flutter plugin project.
Getting Started #
This project is a starting point for a Flutter plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
add to gradle.properties
zettle.githubAccessToken=""
add to build.gradle
android { packagingOptions { exclude 'META-INF/*.kotlin_module' } }
add to manifest
ios:
add