rede_pos_pg 0.0.1
rede_pos_pg: ^0.0.1 copied to clipboard
This is a plugin wrapper to handle calls to rede pos hardware sdk.
rede_pos #
A plugin wrapper to use rede pos hardware sdk in your flutter apps.
ONLY WORKS ON ANDROID
Usage #
Configure your project #
Change minSdkVersion to 19 in your app
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId "com.example.test_getnet_pos_package"
minSdkVersion 19
targetSdkVersion 28
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}