The plugin fails to build when using Flutter 3.32.0 due to Android NDK version conflicts and core library desugaring requirements. Execution failed for task ':app:checkDebugAarMetadata'. A failure ...
lib/ ├── models/ │ ├── post.dart # Post data model │ └── post.g.dart # Generated JSON serialization ├── services/ │ ├── api_service.dart # API communication │ └── database_helper.dart # SQLite ...