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

Added an option for ClipboardPaste button to disable ClipboardMonitor #2427

Merged
merged 27 commits into from
Jan 21, 2025
Merged
Changes from 1 commit
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
aa35d0a
Removed ClipboardMonitor from ClipboardAction.paste type button
Maksim-Nikolaev Jan 5, 2025
596af77
Removed unused imports & added const keyword
Maksim-Nikolaev Jan 5, 2025
a91df17
Revert "Removed ClipboardMonitor from ClipboardAction.paste type button"
Maksim-Nikolaev Jan 5, 2025
b202b7a
Revert "Removed unused imports & added const keyword"
Maksim-Nikolaev Jan 5, 2025
7600a4d
added enableClipboardPaste to QuillSimpleToolbarConfig
Maksim-Nikolaev Jan 5, 2025
0d4f421
Reverted 5 seconds to 1 second periodic timer
Maksim-Nikolaev Jan 5, 2025
5a729a6
moved enableClipboardPaste to button config
Maksim-Nikolaev Jan 5, 2025
22b744f
Fix monitor enabling & disabling
Maksim-Nikolaev Jan 5, 2025
74df2ce
dartformat
Maksim-Nikolaev Jan 5, 2025
80c779d
remove enableClipboardPaste from toolbar config
Maksim-Nikolaev Jan 5, 2025
f85e444
Adjusted comments & documentation
Maksim-Nikolaev Jan 9, 2025
df4fd18
dart format
Maksim-Nikolaev Jan 9, 2025
3d689c7
docs: improve doc comment of enableClipboardPaste
EchoEllet Jan 10, 2025
e41abf3
docs: minor changes to comments
EchoEllet Jan 10, 2025
db97d4f
revert: remove the addition of const keyword to QuillToolbarClipboard…
EchoEllet Jan 10, 2025
daa20cd
Updated code readability with getter shouldUseClipboardMonitor
Maksim-Nikolaev Jan 10, 2025
f0a4616
Make the _shouldUseClipboardMonitor getter private
Maksim-Nikolaev Jan 10, 2025
7a8a2e5
Update clipboard_button.dart
Maksim-Nikolaev Jan 17, 2025
a48c90f
removed enableClipboardPaste from base_button_options
Maksim-Nikolaev Jan 17, 2025
fd4dd91
chore: revert the trailing comma
EchoEllet Jan 17, 2025
e004647
chore: revert changes to base_button_options.dart
EchoEllet Jan 18, 2025
fb0084e
Update toggle_style_options.dart
Maksim-Nikolaev Jan 18, 2025
a58d4e6
revert: trailing comma in clipboard_button.dart
EchoEllet Jan 18, 2025
e03cef5
revert: formatting to clipboard_button.dart
EchoEllet Jan 18, 2025
a12b4f4
chore: remove a comment
EchoEllet Jan 18, 2025
fd8a359
Update CHANGELOG.md
Maksim-Nikolaev Jan 19, 2025
0cc73be
Added const to QuillToolbarClipboardButton constructor
Maksim-Nikolaev Jan 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update CHANGELOG.md
Maksim-Nikolaev committed Jan 19, 2025
commit fd8a3596ea6de049943c4971dcc9d0242c09a328
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -10,6 +10,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- `enableClipboardPaste` flag in `QuillToolbarClipboardButton` to determine if the button defaults to `null,` which will use `ClipboardMonitor`, which checks every second if the clipboard has content to paste [#2427](https://github.com/singerdmx/flutter-quill/pull/2427).

## [11.0.0-dev.20] - 2025-01-19

### Changed