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
Pwiz
0d0340adda
add TextFieldTapRegion for contextMenu ( #1158 )
...
Co-authored-by: wangpw2 <wangpw2@sany.com.cn>
2 years ago
Lin Zhang
9b146f3fbc
Fix line style loss on new line from non string ( #1157 )
2 years ago
X Code
95b8f24a8d
Format code
2 years ago
Pwiz
8163cd89ab
Fix IME position bug for Mac and Windows ( #1154 )
2 years ago
Pwiz
1f83bbd059
Unfocus when tap outside editor. fix the bug that cant refocus in afterButtonPressed after click ToggleStyleButton on Mac. ( #1152 )
2 years ago
X Code
2c0a21a638
Upgrade to 7.0.4
2 years ago
Benjamin Quinn
5b482e0668
Have text selection span full line height for uneven sized text. ( #1150 )
2 years ago
Benjamin Quinn
4e11298d4d
Highlight the beginning selected, empty lines. ( #1149 )
2 years ago
X Code
4c005e2a61
Upgrade to 7.0.3
2 years ago
spChief
f3b0fc83f6
fix ordered list numeration for lists with more than one level of list ( #1142 )
2 years ago
X Code
dfa2070e1c
Clean up code
2 years ago
X Code
f5f0c2d2d2
Upgrade to 7.0.2
2 years ago
Bertrand
b7951b02c9
allow widgets to override widget span properties ( #1141 )
2 years ago
DINO SOLANO
41367f1595
added translations italian ( #1137 )
2 years ago
X Code
8f8d466378
Fix import
2 years ago
X Code
3c64a08c6a
Reformat code
2 years ago
Adil Hanney
3e9452e675
Remove tuples ( #1128 )
...
* Update dependencies of `flutter_quill_extensions`
* Override `intl` in example
Running "flutter pub get" in example...
Resolving dependencies... (1.0s)
Because every version of flutter_quill from path depends on i18n_extension ^7.0.0 and no versions of i18n_extension match >7.0.0 <8.0.0, every version of flutter_quill from path
requires i18n_extension 7.0.0.
And because i18n_extension 7.0.0 depends on intl ^0.18.0 and math_keyboard 0.1.8 depends on intl ^0.17.0, flutter_quill from path is incompatible with math_keyboard 0.1.8.
Because every version of flutter_quill_extensions from path depends on math_keyboard ^0.1.8 and no versions of math_keyboard match >0.1.8 <0.2.0, every version of
flutter_quill_extensions from path requires math_keyboard 0.1.8.
Thus, flutter_quill from path is incompatible with flutter_quill_extensions from path.
So, because app depends on both flutter_quill_extensions from path and flutter_quill from path, version solving failed.
pub get failed
* Remove all `tuple` imports
* Create struct for vertical spacing
* Create struct for history items
* Create struct for individual styles
offsetvalue
* Override `intl` in `flutter_quill_extensions`
* Create struct for (nullable) image width/height
* Create struct for image url
* Create struct for text links
* Create struct for glyph heights
* Use `OffsetValue` struct for embed node
* Create struct for next new line
* Create struct for segment leaf nodes
* Create struct for history undo/redo result
* Downgrade `i18n_extension` to `6.0.0`
* Bump to 7.0.0
Required for `flutter_quill_extensions` to have access to the new structs.
2 years ago
n7484443
a864e29ba1
Add korean translation 'Size' ( #1127 )
2 years ago
Adil Hanney
70fb601796
Fix some MissingPluginExceptions in tests ( #1108 )
2 years ago
Adil Hanney
967af17a75
Replace `buildToolbar` with `contextMenuBuilder` ( #1106 )
2 years ago
X Code
06d62d61bb
Upgrade to 6.4.1
2 years ago
Adil Hanney
efd09b535a
Add `contextMenuBuilder` to `RawEditor` ( #1105 )
2 years ago
sourabhguptazeil
83ad28bf7b
Added a property to control the detect word boundary behaviour ( #1103 )
2 years ago
sourabhguptazeil
c68c2bd030
Added a property to control the detect word boundary behaviour ( #1102 )
2 years ago
X Code
fdbebef79b
Format code
2 years ago
Adil Hanney
e81ac15976
Vertical toolbar ( #1101 )
2 years ago
X Code
76ea6c0e7e
Fix analysis error
2 years ago
veselv2010
50f0b99618
feat: Ability to add custom shortcuts ( #1097 )
2 years ago
Michael Allen
9da4f6330d
update clipboard status prior to showing selected text overlay ( #1096 )
2 years ago
Muhammad Faiz
171d0b3524
Update toolbar.i18n.dart ( #1094 )
2 years ago