mirror of
https://github.com/kuhyx/diet-guard.git
synced 2026-07-04 13:23:11 +02:00
The previous commit disabled isMinifyEnabled/isShrinkResources as a crash workaround (AGP 9 default minification stripped WorkDatabase_Impl's no-arg constructor). This commit adds the proper fix: - new android/app/proguard-rules.pro: keeps the no-arg constructor on all RoomDatabase subclasses (the gap the Room AAR's own consumer rule misses — it keeps the class name but not the reflectively-called constructor), plus WorkManager worker/InputMerger rules re-stated from the work-runtime AAR in case transitive consumer-rule propagation is incomplete through the Flutter plugin wrapper. - build.gradle.kts: re-enables isMinifyEnabled=true + isShrinkResources=true with proguard-android-optimize.txt + proguard-rules.pro. Verified on the real phone (BL9000): minified release APK launches without crash, MainActivity foreground, food-bank suggestions and slot chips render correctly. APK size 52.1 MB (vs 56.9 MB unminified). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01SWPUBzE24Ls9i9GMRwXnnn |
||
|---|---|---|
| .. | ||
| .agents/skills | ||
| android | ||
| lib | ||
| linux | ||
| test | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| skills-lock.json | ||
diet_guard_app
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.