After Futterflow Latest update I'm encountering multiple critical build failures in my FlutterFlow project that prevent successful compilation. The issues are primarily related to two packages:
google_api_headers Package Issues:
Multiple platform implementation conflicts (iOS, Linux, macOS, Windows)
The package is not providing proper inline implementations for these platforms
Receiving repeated warnings about missing platform implementations
better_player Package Errors:
Multiple compilation errors related to the hashValues method
Affected files:
drm_init_data.dart
scheme_data.dart
hls_track_metadata_entry.dart
variant_info.dart
Error message: The method 'hashValues' isn't defined
Build Process:
Gradle task assembleDebug fails with exit code 1
Android x86 deprecation warning present