After integrating the purchases_ui_flutter dependency into my project, I've noticed the inclusion of a JPG image (res/drawable/default_background.jpg) weighing 0.5MB. Upon reviewing your resources, I couldn't locate this image, leading me to suspect it might be part of a transitive dependency associated with purchases_ui_flutter (com.revenuecat.purchases:purchases-hybrid-common-ui:9.7.1).
To reproduce this issue, one simply needs to create a clean Flutter project and include purchases_ui_flutter as the sole dependency.
Additional context
purchases_ui_flutter: ^6.21.0
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.0, on macOS 14.0 23A344 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] IntelliJ IDEA Community Edition (version 2021.2.4)
[✓] VS Code (version 1.86.2)
[✓] Connected device (2 available)
[✓] Network resources
• No issues found!
After integrating the purchases_ui_flutter dependency into my project, I've noticed the inclusion of a JPG image (res/drawable/default_background.jpg) weighing 0.5MB. Upon reviewing your resources, I couldn't locate this image, leading me to suspect it might be part of a transitive dependency associated with purchases_ui_flutter (com.revenuecat.purchases:purchases-hybrid-common-ui:9.7.1).
To reproduce this issue, one simply needs to create a clean Flutter project and include purchases_ui_flutter as the sole dependency.
Additional context
purchases_ui_flutter: ^6.21.0
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.19.0, on macOS 14.0 23A344 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] IntelliJ IDEA Community Edition (version 2021.2.4)
[✓] VS Code (version 1.86.2)
[✓] Connected device (2 available)
[✓] Network resources
• No issues found!