Android SDK
TruConsent does not ship a standalone native Android SDK. Android support is provided through two cross-platform SDKs that compile and deploy to both iOS and Android from a single codebase:
| SDK | Package | Android support |
|---|---|---|
| Flutter SDK | truconsent_consent_notice_flutter | ✓ Android 5.0+ (API 21+) |
| React Native SDK | @truconsent/consent-notice-react-native | ✓ Android 6.0+ (Expo managed & bare) |
Both SDKs include the consent banner (TruConsentModal) and the Rights Center (NativeRightCenter).
Get started
Section titled “Get started”- Flutter app → Flutter SDK overview
- React Native / Expo app → React Native SDK overview