rede_pos_pg 0.0.1 copy "rede_pos_pg: ^0.0.1" to clipboard
rede_pos_pg: ^0.0.1 copied to clipboard

outdated

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"
    }

method.. #

1
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

This is a plugin wrapper to handle calls to rede pos hardware sdk.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on rede_pos_pg

Packages that implement rede_pos_pg