singerdmx / flutter-quill

Rich text editor for Flutter
https://pub.dev/packages/flutter_quill
MIT License
2.6k stars 839 forks source link

when will the Flutter-Quill SDK be adapted for the HarmonyOS system? #2392

Open wangjinshan opened 6 hours ago

wangjinshan commented 6 hours ago

Is there an existing issue for this?

The question

"Hi, when will the Flutter-Quill SDK be adapted for the HarmonyOS system? I need to inform someone about the timeline for its release."

"We urgently need the Flutter-Quill SDK to be adapted for the HarmonyOS system."

Hope this helps!

EchoEllet commented 1 hour ago

Duplicate of #2389

There is no ETA, and we currently don't have a plan for it. Supporting desktop, mobile, and web platforms is already expensive as it's, I prefer to provide better support for current platforms and enhance functionality than adding support for a new platform.

The TargetPlatform is part of the Flutter SDK. This is a package target of the Flutter SDK. How can we support HarmonyOS? We can't change the target SDK to a modified version to support a new target platform. Providing another version of flutter_quill is also not something we plan on.

We urgently need the Flutter-Quill SDK to be adapted for the HarmonyOS system

You can fork the project, adjust it, and use the fork as a git package in pubspec.yaml. Flutter Quill is a library.

Can you give me example packages that support it?