flutter_ccpp 0.0.3 copy "flutter_ccpp: ^0.0.3" to clipboard
flutter_ccpp: ^0.0.3 copied to clipboard

outdated

2C2P Plugin for SDK v4 (PGW)

flutter_ccpp #

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.

Configuring Obfuscation Scripts #

Android (ProGuard)

Before building the APK, configure the obfuscation file to prevent the CCPP from being obfuscated.

Add this line to your proguard file.

#Mandatory for PGW SDK
#2C2P PGW Library
-keep class com.ccpp.pgw.** { *; }
4
likes
0
pub points
0%
popularity

Publisher

unverified uploader

2C2P Plugin for SDK v4 (PGW)

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on flutter_ccpp