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

retracted

PagSeguro - Plugpag, agora no Flutter.

plugpag_flutter #

Setup - Android #

AndroidManifest.xml

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="YOUR_PACKAGE_NAME"
    // Add this line below
    xmlns:tools="http://schemas.android.com/tools">

    ...
</manifest>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="YOUR_PACKAGE_NAME"
    xmlns:tools="http://schemas.android.com/tools">
    <application
        android:label="YOUR_ANDROID_LABEL"
        // Add this line below (after android:label)
        tools:replace="android:label"
        android:name="${applicationName}"
        android:icon="@mipmap/ic_launcher">

        ...
    </application>
</manifest>

app/build.gradle #

 dependencies {
    ...
    
    implementation 'android.br.com.uol.pagseguro:plugpag:4.9.4'
    implementation 'androidx.appcompat:appcompat:1.6.1'
    implementation 'com.google.android.material:material:1.4.0'
}
4
likes
0
pub points
32%
popularity

Publisher

unverified uploader

PagSeguro - Plugpag, agora no Flutter.

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on plugpag_flutter