BambinoUA
431efc1eda
Toolbar tweaks ( #1179 )
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
Jon Salmon
82d4bf76e3
Embed refactor ( #933 )
...
* Moved all embed code to seperate folder
* Consolidated embed builders
* Moved embed toolbar items out
* Moved embed code to separate package
* Updated imports
* Removed I from interface names
* Refactored embed button implementation
* Update readme
3 years ago
mark8044
d50833cdcf
New borderRadius for iconTheme ( #788 )
...
* Update quill_icon_theme.dart
* Update quill_icon_theme.dart
* Update select_alignment_button.dart
* Update quill_dropdown_button.dart
* Update quill_dropdown_button.dart
* Update quill_icon_button.dart
* Update quill_icon_button.dart
* Update select_header_style_button.dart
* Update quill_icon_button.dart
* Update quill_icon_button.dart
* Update toggle_style_button.dart
* Update video_button.dart
* Update link_style_button.dart
* Update indent_button.dart
* Update image_button.dart
* Update history_button.dart
* Update color_button.dart
* Update clear_format_button.dart
* Update camera_button.dart
3 years ago
X Code
e1edc8dfe3
Refactor code
3 years ago
X Code
98c25d0b10
Upgrade to 3.5.2
3 years ago
X Code
d94c2a575e
Revert "Simplify Embeddable and remove BlockEmbed"
...
This reverts commit e450c61332
.
3 years ago
X Code
e450c61332
Simplify Embeddable and remove BlockEmbed
3 years ago
X Code
0e027df662
Refactor: remove media_pick_setting.dart
3 years ago
X Code
f545c6b948
Refactor code
3 years ago
Andy Trand
881372dd13
selection delegate methods, imports cleanup ( #515 )
3 years ago
Namli1
85df4033d8
Added theming options for toolbar icons and LinkDialog() ( #418 )
4 years ago
rho-cassiopeiae
30df844d17
Add Link as source for images and videos ( #316 )
...
* Add Link as source for images and videos
Hosted images and videos are supported, but there's no way to actually insert them.
* Always provide an option to add media from link
4 years ago
Xin Yao
853aea3820
Refactor out camera button in toolbar
4 years ago
Xin Yao
c7d71f7f46
Upgrade image picker
4 years ago
Xin Yao
109701948c
Add initial video button
4 years ago
Xin Yao
2ba2e7e309
Remove file_picker dependency
4 years ago
Xin Yao
d9c0c53106
Update _pickImageDesktop method
4 years ago
Xin Yao
195ccd7c7e
Update _pickImageWeb method
4 years ago
Xin Yao
457c6e561b
Remove filesystem_picker dependency
4 years ago
Xin Yao
e8c0c484a4
Upgrade version to 1.4.0
4 years ago
li3317
6ac1490281
remove path_provider dependency
4 years ago
Till Friebe
ff93000041
Bump file_picker to 3.0.2+2
...
With version 3.0.2 `name` of the file_picker library becomes
non-nullable, so a warning was issued for users who had already
used version 3.0.2, as we still assumed that `name` is nullable.
Increasing the version and removing the exclamation mark removes
the warning.
4 years ago
Till Friebe
cdf50b579d
Add color parameter to Toolbar and ImageButton
...
In addition, change these widgets to stateless widgets, since these
widgets do not have a state and thus stateful is superfluous.
4 years ago
Till Friebe
30a9747b1d
Fix buttons which ignore toolbariconsize
...
Closes #189 .
4 years ago