Native Text processing context menu #2515
Labels
enhancement
New feature or request
good first issue
Good for newcomers
moderate
Issues that are important for improving functionality or user experience.
Have you checked for an existing issue?
Use case
Have access to native context menus like Translate, Search, etc.
Proposal
Changes in
raw_editor_state.dart
:If we check in the Flutter text field, we can access those native context menus. What we need to do is load it in
raw_editor_state.dart
, then add them to thecontextMenuButtonItems
.Reference
I already added them to my app but it will be great to have them directly in Flutter Quill so I don't have to customize & will also benefit all Quill users.
The text was updated successfully, but these errors were encountered: