flutter-quill icon indicating copy to clipboard operation
flutter-quill copied to clipboard

feat(android): native text process actions (WIP)

Open EchoEllet opened this issue 8 months ago โ€ข 3 comments

Description

Add support for querying the native processing action button items on Android.

Thanks to @theachoem for the amazing issue report; however, this PR will not be merged soon. Pressing the back button doesn't hide the context menu/toolbar, this is an existing issue (https://github.com/singerdmx/flutter-quill/issues/2527), and it should have priority over this new feature. I will add the tests as soon as we're in the final stage of this PR.

Related Issues

  • Fix #2515

Type of Change

  • [x] โœจ Feature: New functionality without breaking existing features.
  • [ ] ๐Ÿ› ๏ธ Bug fix: Resolves an issue without altering current behavior.
  • [ ] ๐Ÿงน Refactor: Code reorganization, no behavior change.
  • [ ] โŒ Breaking: Alters existing functionality and requires updates.
  • [ ] ๐Ÿงช Tests: New or modified tests
  • [x] ๐Ÿ“ Documentation: Updates or additions to documentation.
  • [ ] ๐Ÿ—‘๏ธ Chore: Routine tasks, or maintenance.
  • [ ] โœ… Build configuration change: Build/configuration changes.

EchoEllet avatar Mar 27 '25 16:03 EchoEllet

If this is considered a high-level feature, then it probably shouldn't be in QuillRawEditor instead.

EchoEllet avatar Mar 27 '25 16:03 EchoEllet

I'm gonna check this out in a while.

CatHood0 avatar Mar 29 '25 02:03 CatHood0

Yeah, it should be in the raw editor state similar to how flutter text field do it.

theachoem avatar May 20 '25 14:05 theachoem