mark8044
03c4b793de
Update toolbar.dart
4 years ago
mark8044
cc8b8285f3
Update toolbar.dart
4 years ago
mark8044
2ef8cfbac3
Update toolbar.dart
4 years ago
mark8044
8eb00753df
Update toolbar.dart
4 years ago
mark8044
16b2111911
Update toolbar.dart
4 years ago
mark8044
38984021cf
Update toolbar.dart
4 years ago
mark8044
b8633aa54a
Update toolbar.dart
4 years ago
mark8044
fc625c4d67
Update toolbar.dart
4 years ago
mark8044
8c39e5bb39
Update toolbar.dart
4 years ago
mark8044
2e62f89fee
Update toolbar.dart
4 years ago
mark8044
8ee5e50bd5
Update toolbar.dart
4 years ago
mark8044
e3cdb67100
Update toolbar.dart
4 years ago
mark8044
f041ce7236
Update toolbar.dart
4 years ago
mark8044
e1dc234502
Update toolbar.dart
4 years ago
mark8044
67a1ab6add
Update toolbar.dart
4 years ago
mark8044
62be42981d
Update toolbar.dart
4 years ago
mark8044
4f12eb5c4f
Update toolbar.dart
4 years ago
li3317
2db1cc931b
format code
4 years ago
mark8044
733c9bd1b0
Add ability to hide/show Left, Center, Right and Justify alignment buttons ( #460 )
4 years ago
mark8044
cfe5d78a87
Update toolbar.dart ( #458 )
4 years ago
Namli1
bc7469643a
Adding translations to the toolbar! ( #421 )
4 years ago
Xin Yao
04d132247c
Fix lint complaints
4 years ago
Namli1
85df4033d8
Added theming options for toolbar icons and LinkDialog() ( #418 )
4 years ago
Xin Yao
19600f7d8f
Add inline code formatting
4 years ago
Aldy J
97ba9cfb39
Text Alignment functions + Block Format standards ( #382 )
...
* Mute problem reports
* For PR: Text Alignment functions + Block Format standards
* Restore analysis_options.yaml to original settings
4 years ago
Xun Gong
15bd6f2342
Add "small" (extended) markdown style support
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
e3bb1030b2
Adjust video button position
4 years ago
Xin Yao
109701948c
Add initial video button
4 years ago
Benjamin Liii
503127dfa3
add the parameter to hide the camera ( #278 )
4 years ago
gtyhn
5c7bede059
fix the OnImagePickCallback return value ( #281 )
4 years ago
Xin Yao
2af193390b
Upgrade to 1.6.0
4 years ago
florianh01
3c1ee9eec2
Support Multi Row Toolbar ( #273 )
4 years ago
Xin Yao
2ba2e7e309
Remove file_picker dependency
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
3ca9e966ac
Remove extraneous toolbar dividers in certain configuration
...
Closes #193 .
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
16d6f243b8
Show arrow indicator on toolbar ( #245 )
4 years ago
Till Friebe
30a9747b1d
Fix buttons which ignore toolbariconsize
...
Closes #189 .
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
Xin Yao
df602cfa9b
Format code
4 years ago
Xun Gong
049ada2feb
adjustable toolbar button & bar size
4 years ago
Till Friebe
3080fc2ad1
Fix image button cancel causes crash ( #145 )
...
I also restructured the code slightly to make it more readable
and fixed some minor bugs in the desktop and web version.
I also noticed that the image button doesn't work in the desktop
version as well as in the web version. This is not part of the PR.
Closes #137 .
4 years ago
Xun Gong
b7063f00ba
toolbar button fillColor
4 years ago
Till Friebe
873bfbcee1
Sort constructors first
4 years ago
Till Friebe
5c18ca1dc3
Prefer int literals
4 years ago
Till Friebe
6c31fb1bc3
Avoid types on closure parameters
...
Annotating types for function expression parameters is usually
unnecessary because the parameter types can almost always be
inferred from the context, thus making the practice redundant.
4 years ago