skip to Main Content

Android Studio – app does not work when Run in Flutter in Android Studio is pressed

Launching libmain.dart on sdk gphone64 x86 64 in debug mode... Running Gradle task 'assembleDebug'... /C:/src/flutter/.pub-cache/hosted/pub.dartlang.org/platform-2.2.1/lib/src/interface/local_platform.dart:45:41: Error: Member not found: 'packageRoot'. String get packageRoot => io.Platform.packageRoot; ^^^^^^^^^^^ FAILURE: Build failed with an exception. * Where: Script 'C:srcflutterpackagesflutter_toolsgradleflutter.gradle' line: 1102 * What…

VIEW QUESTION

Xcode – Latest Flutter upgrade causes error: 'DillSetterBuilder' is not a subtype of type 'SourceMemberBuilderImpl?' in type cast

Prior to upgrading, everything ran perfectly fine. This is the full error I have received post upgrade: type 'DillSetterBuilder' is not a subtype of type 'SourceMemberBuilderImpl?' in type cast #0 SourceLibraryBuilder.checkMemberConflicts.<anonymous closure> (package:front_end/src/fasta/source/source_library_builder.dart:998:22) #1 _LinkedHashMapMixin.forEach (dart:collection-patch/compact_hash.dart:574:13) #2 Scope.forEachLocalSetter (package:front_end/src/fasta/scope.dart:424:14) #3…

VIEW QUESTION
Back To Top
Search