Git Product home page Git Product logo

Comments (2)

adnan-nazir avatar adnan-nazir commented on August 16, 2024

Also facing the same issue on Flutter 3.10.2
FLUTTER DOCTOR

`

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.2, on macOS 12.6.3 21G419 darwin-x64, locale
en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK version
32.1.0-rc1)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2022.1)
[✓] VS Code (version 1.78.2)
[✓] Connected device (2 available)
[✓] Network resources

• No issues found!`

Screenshot 2023-05-30 at 1 30 18 PM

from zefyrka.

hunterino avatar hunterino commented on August 16, 2024

Also facing the same issue on Flutter 3.10.3
FLUTTER DOCTOR

[✓] Flutter (Channel stable, 3.10.3, on macOS 13.4 22F66 darwin-x64, locale
en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.3)
[✓] Chrome - develop for the web
[!] Android Studio (not installed)
[✓] IntelliJ IDEA Ultimate Edition (version 2022.3.3)
[✓] VS Code (version 1.79.0)

Waiting for connection from debug service on Chrome...
../flutterlib/zefyrka/lib/src/widgets/text_selection.dart:1069:9: Error: Type 'DragSelectionUpdateCallback' not found.
final DragSelectionUpdateCallback? onDragSelectionUpdate;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
../flutterlib/zefyrka/lib/src/widgets/editor.dart:723:7: Error: The non-abstract class 'RawEditorState' is missing implementations for these members:

  • TextInputClient.insertContent
    Try to either
  • provide an implementation,
  • inherit an implementation from a superclass or mixin,
  • mark the class as abstract, or
  • provide a 'noSuchMethod' implementation.

class RawEditorState extends EditorState
^^^^^^^^^^^^^^
../flutter/packages/flutter/lib/src/services/text_input.dart:1117:8: Context: 'TextInputClient.insertContent' is defined here.
void insertContent(KeyboardInsertedContent content) {}
^^^^^^^^^^^^^
../flutterlib/zefyrka/lib/src/widgets/text_selection.dart:1069:9: Error: 'DragSelectionUpdateCallback' isn't a type.
final DragSelectionUpdateCallback? onDragSelectionUpdate;
^^^^^^^^^^^^^^^^^^^^^^^^^^^
../flutterlib/zefyrka/lib/src/widgets/text_selection.dart:1250:31: Error: No named parameter with the name 'kind'.
debugOwner: this, kind: PointerDeviceKind.touch),
^^^^
../flutter/packages/flutter/lib/src/gestures/long_press.dart:248:3: Context: Found this candidate, but the arguments don't match.
LongPressGestureRecognizer({
^^^^^^^^^^^^^^^^^^^^^^^^^^
../flutterlib/zefyrka/lib/src/widgets/text_selection.dart:1268:31: Error: No named parameter with the name 'kind'.
debugOwner: this, kind: PointerDeviceKind.mouse),
^^^^
../flutter/packages/flutter/lib/src/gestures/monodrag.dart:630:3: Context: Found this candidate, but the arguments don't match.
HorizontalDragGestureRecognizer({
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Failed to compile application.

from zefyrka.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.