Skip to content

Selection toolbar#1330

Merged
bdlukaa merged 5 commits into
masterfrom
selection-toolbar
Jun 9, 2026
Merged

Selection toolbar#1330
bdlukaa merged 5 commits into
masterfrom
selection-toolbar

Conversation

@bdlukaa

@bdlukaa bdlukaa commented May 28, 2026

Copy link
Copy Markdown
Owner

Fixes #1317

Pre-launch Checklist

  • I have updated CHANGELOG.md with my changes
  • I have run "dart format ." on the project
  • I have added/updated relevant documentation

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request renames FluentTextSelectionToolbar and its associated selection controls to WindowsTextSelectionToolbar (marking the old names as deprecated), fixes a typo in the 'Search Web' label, and adds support for rendering non-standard context menu buttons. It also updates the example app and code snippet viewer to support text selection and custom context menus. The review feedback highlights critical compilation errors in the example app, including incorrect usage of the share_plus API, an undefined controller reference, an invalid const modifier on CodeSnippetCard, and the use of the deprecated toolbar class name within a documentation snippet.

Comment thread example/lib/screens/forms/text_box.dart
Comment thread example/lib/screens/forms/text_box.dart
Comment thread example/lib/screens/surface/expander.dart
Comment thread example/lib/screens/forms/text_box.dart Outdated
@bdlukaa bdlukaa merged commit 034a951 into master Jun 9, 2026
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 this pull request may close these issues.

🐛 FluentTextSelectionToolbar ignores any ContextMenuButtonItem that has a type different than a pre-defined set

1 participant