Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: The non-abstract class 'RawEditorState' is missing implementations for these members: #66

Open
walkerJung opened this issue Nov 24, 2023 · 4 comments

Comments

@walkerJung
Copy link

Hello, I'd like to ask for help.

My Flutter version is 3.16.0
dart version is 3.2.0

I executed this command

flutter build apk --release --target-platform=android-arm64

스크린샷 2023-11-24 오후 8 29 22

And this error message occurred.

How can we resolve this? I really need your help

@recepozturk53
Copy link

Same here, that was work properly but giving me also the same error, flutter clean doesnt worked, pubspec.lock delete doesnt worked also

@walkerJung
Copy link
Author

Same here, that was work properly but giving me also the same error, flutter clean doesnt worked, pubspec.lock delete doesnt worked also

  1. delete package
  2. flutter pub add zefyrka

@dthuering
Copy link
Contributor

I even get it now without mentioning what member is missing:

Failed to build iOS app
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/zefyrka-1.5.0/lib/src/widgets/editor.dart:723:7: Error: The non-abstract class 'RawEditorState' is missing implementations for these members:

Could not build the application for the simulator.

Cyp added a commit to Cyp/zefyrka that referenced this issue Dec 6, 2023
Bump version to 1.6.0.

Fixes glynskyi#66.
@PrinceEnacton
Copy link

Same here, that was work properly but giving me also the same error, flutter clean doesnt worked, pubspec.lock delete doesnt worked also

  1. delete package
  2. flutter pub add zefyrka

i have a same issue those steps are not wroking for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants