Benjamin Quinn
0906f71b53
Always use text cursor for editor on desktop ( #1264 )
2 years ago
Cheryl
9d877478ad
Revert "First pass of tests ( #1261 )"
...
This reverts commit b883f727d8
.
2 years ago
liam-duan
b738cad4ab
Fixed keepStyleOnNewLine ( #1262 )
...
The “keepStyleOnNewLine” parameter in the Controller class is no longer functional.
2 years ago
Richard Marshall
b883f727d8
First pass of tests ( #1261 )
...
* Initial set of tests for QuillController
* Basic text input test for QuillEditor widget
* Add test for Android keyboard image insertion
* Add tests to validate fixes for #1189
* Export test utilites
2 years ago
Pwiz
ba6fa9c6f7
get pixel ratio from view ( #1259 )
2 years ago
Cheryl
ebef9d7d95
Upgrade to 7.2.2
2 years ago
Richard Marshall
1124a1f26c
Prevent operations on stale editor state ( #1256 )
2 years ago
George Tian
205be05e9a
Fix color picker dialog overflow ( #1251 )
2 years ago
Simon Uzar
6399cca1d8
Translated some texts in 'pt_br' ( #1250 )
2 years ago
Oxana Kostikova
4dd4212b9a
Add icon color to custom button ( #1245 )
2 years ago
Cheryl
94da3cfd46
Fix lint error
2 years ago
Cheryl
f1b60d83b8
Upgrade to 7.2.1
2 years ago
Firas Abd Alrahman
dbcc06a9d6
enhance color picker, enter hex color and color palette option ( #1234 )
2 years ago
Richard Marshall
c1bef0ae4f
Add support for android keyboard content insertion ( #1236 )
2 years ago
Adil Hanney
fb89001769
Scale leading widgets based on paragraph font size ( #1226 )
2 years ago
Firas Abd Alrahman
6c6217343d
keep style when creating embedded element ( #1232 )
2 years ago
Firas Abd Alrahman
f56d5c36dc
pass linestyle to embeded block ( #1230 )
2 years ago
Abdurrahman Adel
99d60bc1b7
Update Arabic language of the toolbar.i18n.dart ( #1225 )
2 years ago
Firas Abd Alrahman
5ae6e824fa
Fix Rtl leading alignment problem ( #1222 )
2 years ago
Cheryl
3b43baf229
Fix analysis error
2 years ago
Mmisiek
1005661048
Fixed issues from last Flutter update. ( #1210 )
2 years ago
shenjingfs
1149d03199
Fix custom text style of lists not work ( #1207 )
2 years ago
MacDeveloper1
aab7ee8f61
Rename `_AxisDivider` to `QuillDivider` and make it public ( #1205 )
2 years ago
jiangchong
ccdb88fb9a
Fix subscript ( #1204 )
2 years ago
Adil Hanney
6614030ae5
Fix direction of toolbar dividers ( #1202 )
2 years ago
jiangchong
d4aaea239f
Add node params to custom recognizer function ( #1199 )
2 years ago
Cierra_Runis
c0ed80b7a4
Update zh_cn, zh_hk and jp translation ( #1198 )
2 years ago
Cheryl
8a4a980d6a
Upgrade to 7.1.14
2 years ago
bohdanudreambit
89b06c07e9
Add indents change for multiline selection ( #1195 )
2 years ago
Cheryl
f4c2449f86
Upgrade to 7.1.13
2 years ago
jiangchong
744d0b6c39
add custom recognizer ( #1196 )
2 years ago
Cheryl
8fe0e0004b
Format code
2 years ago
Cheryl
8da8201c5d
Fix import order
2 years ago
Cheryl
ed546e1aa6
Upgrade to 7.1.12
2 years ago
jiangchong
06cafef8c9
add superscript and subscript styles ( #1194 )
2 years ago
bohdanudreambit
fe8102e456
add inserting indents for lines for selected text ( #1188 )
2 years ago
BambinoUA
d83cc0cf4c
Image embedding tweaks ( #1187 )
...
* Update `QuillDialogTheme`
* Add `ImageAttribute` and `VideoAttribute`
* Add `LinkStyleDialog`
* Update `RawEditor` with new actions
* Update translations
* Add translations
* Restore original `LinkStyleButton`
* Update dart SDK to 2.17.0
* Update `ScriptAttribute` and `ScriptAttributes`
* Add `LinkStyleButton2`
* Implement `ApplyLinkAction` for `Ctrl+K`
* Use `ShortcutActivator` instead of `LogicalKeySet`
* Use `ShortcutActivator` instead of `LogicalKeySet`
* Update `QuillDialogTheme` with `buttonStyle`
* Implement `dialogTheme` for `QuillEditor`
* Update `QuillDialogTheme` with dialog constraints
* Pass `dialogTheme` to `RawEditor`
* Merge `customShorcuts` and `customActions`
* Implement `constrains` and `buttonStyle`
* Update `QuillDialogTheme` with `isWrappable`
* Update `LinkStyleDialog` to use `Wrap` conditionally
* Add `ImageButton2`
* Update `QuillDialogTheme` with padding properties
* Update `QuillDialogTheme`
* Export `UtilityWidgets` via flutter_quill.extensions
* Minor change
* Minor change
* Update `QuillDialogTheme`
* Update translations
* Add `MediaButton`
* Add `ImageEmbedBuilderWeb`
* Update `flutter_quill`' version
* Update `flutter_quill_extensions`
* Update CHANGELOG.md
2 years ago
BambinoUA
411f911dfb
Editor tweaks ( #1185 )
2 years ago
BambinoUA
6d9b43f909
Dropdown tweaks ( #1182 )
2 years ago
BambinoUA
431efc1eda
Toolbar tweaks ( #1179 )
2 years ago
bohdanudreambit
3f7437b863
add enableUnfocusOnTapOutside field to RawEditor and Editor widgets ( #1177 )
2 years ago
BambinoUA
539357bc63
Add tooltips for toolbar buttons. ( #1175 )
...
* Add `UtilityWidgets`
* Implement tooltips for toolbar buttons
* Add `tooltip` to `QuillCustomButton`
* Add `ToolbarButtons`
* Update `EmbedButtonBuilder` with `tooltip`
* Implement tooltips in `QuillToolbar`
* Add tooltip property to embed buttons (for future)
* Update version of flutter_quill in pubspec.yaml
* Restore `EmbedButtonBuilder`
* Update english translations
* Implement translations for tooltips
* Update translations for `en-us`
* Make `tooltips` nullable to hide tooltips.
* Remove `tooltips` property from `QuillToolbar`
2 years ago
X Code
e90e6eb70d
Upgrade to 7.1.4
2 years ago
bohdanudreambit
871b413544
fix inserting tab character in lists ( #1171 )
2 years ago
Pwiz
d62be3d12a
fix ios cursor bug when word.length==1 ( #1168 )
2 years ago
spChief
2ea29d56a1
fix non scrollable editor exception, when tapped under content ( #1167 )
2 years ago
spChief
01271b0cd9
customLinkPrefixes parameter - makes possible to open links with custom protocol (deeplinks) ( #1164 )
2 years ago
spChief
d5984dea17
fix ordered list numeration with several lists in document ( #1163 )
2 years ago
veselv2010
216b1ff1a8
fix: Use const constructor for EmbedBuilder ( #1160 )
2 years ago
Pwiz
50ad50170c
Fix IME position bug with scroller ( #1159 )
2 years ago