cattyinstall_android
The Android implementation of the cattyinstall Flutter plugin.
Usage
This package is automatically included when you use the cattyinstall package on Android. You do not need to add it directly to your pubspec.yaml.
How It Works
This package communicates with the native Android SDK (com.cattyinstall.sdk) via Flutter MethodChannels, providing:
- Device fingerprint generation using native Android APIs
- Install attribution parameter retrieval
- Event reporting
- Deep link handling
Requirements
- Flutter >= 3.0.0
- Dart >= 3.0.0
- Android minSdk >= 21