Cheryl
7c7ab448e3
Upgrade to 2.0.18
3 years ago
mark8044
ce054fabdf
Update toolbar.dart ( #467 )
3 years ago
mark8044
a724836a39
Update toolbar.dart ( #466 )
3 years ago
Cheryl
4cce50a6f9
Make toolbar optional params not nullable
3 years ago
Cheryl
0dedb1c805
Upgrade to 2.0.17
3 years ago
mark8044
635867731f
Allow alignment of the toolbar icons to match WrapAlignment ( #462 )
3 years ago
mark8044
278980c677
Add a new parameter toolBarSectionSpacing to control the toolbar icon Wrap spacing ( #461 )
3 years ago
li3317
2db1cc931b
format code
3 years ago
mark8044
733c9bd1b0
Add ability to hide/show Left, Center, Right and Justify alignment buttons ( #460 )
3 years ago
mark8044
cfe5d78a87
Update toolbar.dart ( #458 )
3 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
Till Friebe
bc494bc50f
Prefer final
...
Declaring variables as final when possible is a good practice
because it helps avoid accidental reassignments and allows the
compiler to do optimizations.
4 years ago
Till Friebe
31ec14c114
Prefer relative imports
...
This streamlines our imports.
4 years ago
Gagan Yadav
2cbc99287b
Match new header buttons UI to ToggleStyleButtons. ( #135 )
4 years ago
Gagan Yadav
2f550d5e85
Replace header dropdown with buttons ( #132 )
...
* Replace header dropdown with buttons
* variable name fix and code format
Co-authored-by: Gagan <gaganyadav80@protonmail.com>
4 years ago
Till Friebe
4c16af4420
Remove unnecessary parenthesis ( #118 )
4 years ago
Till Friebe
dfeae914b1
Prefer const constructors in immutables ( #117 )
4 years ago
Till Friebe
d6b21586a4
Prefer const constructors ( #116 )
4 years ago
Xin Yao
ace4fd4deb
Fix selection not working
4 years ago
Till Friebe
25f1582f70
Always put required named parameters first ( #115 )
4 years ago
Till Friebe
cd05dfaeb8
Avoid redundant argument values ( #114 )
...
If it's ok, I would spend the day enabling linter rules so that the
codebase is more compliant with [Effective Dart](https://dart.dev/guides/language/effective-dart )
and thus more readable for new developers.
4 years ago