skip to Main Content

my xcode_backend.dart file has errors when trying to run my application

When trying to run my flutter program, i'm getting the following errors: Unhandled exception: Null check operator used on a null value #0 Context.embedFlutterFrameworks (file:///Users/mustafa/flutter/packages/flutter_tools/bin/xcode_backend.dart:235:68) #1 Context.run (file:///Users/mustafa/flutter/packages/flutter_tools/bin/xcode_backend.dart:59:9) #2 main (file:///Users/mustafa/flutter/packages/flutter_tools/bin/xcode_backend.dart:17:5) #3 _delayEntrypointInvocation.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:295:33) #4 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12) Command PhaseScriptExecution…

VIEW QUESTION

Keyboard Dissmissal in Flutter

Keyboard is not dismissing correctly in fl;utter using keyboardDismissBehavior: ScrollViewKeyboardDismissBehavior.onDrag, property inside a singleChildScrollview , when drawer is opened. need to dismiss the keyboard when drawer is opened https://github.com/flutter/flutter/assets/90414446/911db935-9a95-466d-9d51-26312ad856e3

VIEW QUESTION
Back To Top
Search