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

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.** { *; }
copied to clipboard
4
likes
130
points
37
downloads

Publisher

unverified uploader

Weekly Downloads

2024.10.07 - 2025.09.01

2C2P Plugin for SDK v4 (PGW)

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on flutter_ccpp