its me or code have some issue
Running Gradle task 'assembleRelease'...
../../flutter_linux_3.3.10-stable/flutter/.pub-cache/hosted/pub.dartlang.org/nb_utils-5.0.5/lib/src/widgets/app_text_field.dart:65:9: Error: Type 'EditableTextContextMenuBuilder' not found.
final EditableTextContextMenuBuilder? contextMenuBuilder;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../flutter_linux_3.3.10-stable/flutter/.pub-cache/hosted/pub.dartlang.org/nb_utils-5.0.5/lib/src/widgets/app_text_field.dart:65:9: Error: 'EditableTextContextMenuBuilder' isn't a type.
final EditableTextContextMenuBuilder? contextMenuBuilder;
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
../../flutter_linux_3.3.10-stable/flutter/.pub-cache/hosted/pub.dartlang.org/nb_utils-5.0.5/lib/src/widgets/app_text_field.dart:352:7: Error: No named parameter with the name 'contextMenuBuilder'.
contextMenuBuilder: widget.contextMenuBuilder,
^^^^^^^^^^^^^^^^^^
../../flutter_linux_3.3.10-stable/flutter/packages/flutter/lib/src/material/text_form_field.dart:97:3: Context: Found this candidate, but the arguments don't match.
TextFormField({
^^^^^^^^^^^^^
../../flutter_linux_3.3.10-stable/flutter/.pub-cache/hosted/pub.dartlang.org/nb_utils-5.0.5/lib/src/widgets/overlay_custom_widget.dart:99:25: Error: Method 'insert' cannot be called on 'OverlayState?' because it is potentially null.
- 'OverlayState' is from 'package:flutter/src/widgets/overlay.dart' ('../../flutter_linux_3.3.10-stable/flutter/packages/flutter/lib/src/widgets/overlay.dart').
Try calling using ?. instead.
Overlay.of(context).insert(entry);
^^^^^^