skip to Main Content

gradle build issue in lady bug iam jusing java 17 and new version of flutter and error

error in gradle build in ladybug asking for agp compatibality What went wrong: Execution failed for task ':shared_preferences_android:compileDebugJavaWithJavac'. Could not resolve all files for configuration ':shared_preferences_android:androidJdkImage'. Failed to transform core-for-system-modules.jar to match attributes {artifactType=_internal_android_jdk_image, org.gradle.libraryelements=jar, org.gradle.usage=java-runtime}. > Execution failed for…

VIEW QUESTION

Flutter – Semantic Issue (Xcode): No member named 'memory_order_relaxed' in 'std::memory_order';

while doing flutter build ios / run flutter application on iphone getting the error as Semantic Issue (Xcode): No member named 'memory_order_relaxed' in 'std::memory_order'; did you mean 'std::memory_order_relaxed'? /Users/aswanthr/Downloads/ar_cbt/ios/Pods/leveldb-library/util/env_posix.cc:839:33 Semantic Issue (Xcode): No member named 'memory_order_relaxed' in 'std::memory_order'; did you…

VIEW QUESTION

Flutter – Dart Freezed package: Missing toJson method in generated file causing InvalidType error

I followed the documentation's step by step to add Freezed to a class: import 'package:freezed_annotation/freezed_annotation.dart'; part 'autonomy_event.freezed.dart'; part 'autonomy_event.g.dart'; @freezed class AutonomyEvent with _$AutonomyEvent { const factory AutonomyEvent({ required int eventCode, required int timestamp, }) = _AutonomyEvent; factory AutonomyEvent.fromJson(Map<String, dynamic>…

VIEW QUESTION
Back To Top
Search