X Code
9f89ae948a
Update README.md
4 years ago
Xin Yao
e8c0c484a4
Upgrade version to 1.4.0
4 years ago
li3317
6ac1490281
remove path_provider dependency
4 years ago
Xin Yao
9af452e92b
Upgrade version to 1.3.4
4 years ago
zhaoce
17257374a7
Fix a wrong merge:abd80f5 ( #266 ) ( #267 )
4 years ago
hyouuu
4b4c84696f
Add option to paintCursorAboveText ( #265 )
4 years ago
Xin Yao
71a0cec282
Format code
4 years ago
Xin Yao
76ef63e87c
Upgrade to 1.3.3
4 years ago
lucasbstn
e69e97481b
Fix #242 ( #254 )
4 years ago
hyouuu
06a7f4aa2e
Fix a bug that Embed could be together with Text ( #249 )
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
Xin Yao
4bcb73fd25
Format code
4 years ago
Xin Yao
6707181184
Upgrade version to 1.3.2
4 years ago
Till Friebe
3ca9e966ac
Remove extraneous toolbar dividers in certain configuration
...
Closes #193 .
4 years ago
Till Friebe
e2ab4df8cd
Fix paste bug
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
Ben Chung
aba8032b8d
Fix example project Podfile ( #241 )
4 years ago
Xun Gong
a10197dec3
use ceil instead of floor to make sure won't cause overflow
4 years ago
hyouuu
c63831d014
Fix incorrect double to int cast, and guard against optional parent ( #239 )
4 years ago
Xin Yao
2b9d6bd71b
Upgrade to 1.3.1
4 years ago
Till Friebe
30a9747b1d
Fix buttons which ignore toolbariconsize
...
Closes #189 .
4 years ago
Till Friebe
8c3617c669
Add new logo
4 years ago
Xin Yao
c0f0ded452
Fix relative path
4 years ago
Till Friebe
f0459ba4d5
Add const types for image and divider embeds
...
This allows to reference the type.
4 years ago
Till Friebe
e6f1160d71
Fix exception
4 years ago
Till Friebe
3d6a915d26
Fix paste ( #236 )
...
closes #235 .
4 years ago
Till Friebe
f499c478ed
Fix exception when rect is not a number
4 years ago
Till Friebe
ee45815da5
Remove exception when widget is not mounted
4 years ago
Till Friebe
404857817b
Fix null exception
4 years ago
Till Friebe
0f6fd64bed
Move ResponsiveWidgets to example folder
...
This widget has nothing to do with the library and is only used in
the example, so it is moved to the example.
4 years ago
Till Friebe
ea0dbd5ce0
Don't create a lambda when a tear-off will do
4 years ago
Till Friebe
102883dfef
Disallow lines longer than 80 characters
4 years ago
Till Friebe
4c11b28cb9
Remove null exception when a disposed controller is set
4 years ago
Till Friebe
1fedaf0d13
Add comments to cursor class
4 years ago
Till Friebe
3b429840b6
Remove getter for final operator
...
A getter for a final variable makes no sense, because the variable
cannot be reassigned. It is better to remove the unnecessary getter
and make the variable public.
4 years ago
Till Friebe
292609871c
Dispose ValueNotifier of cursor controller
4 years ago
George
95359f66b5
Fixes for flutter web ( #234 )
...
* Fix for Attribute object comparison
* Fix for "Unexpected null value" error on web
Clipboard is now supported on web, via a permission request through the browser
Co-authored-by: George Johnson <george@indiespring.com>
4 years ago
Till Friebe
d4e4b0d507
Hide implementation files ( #233 )
4 years ago
Till Friebe
ac68c2373d
Improve further SOC of raw editor
...
This improves separation of concerns for the RawEditor by moving
the code for the text selection delegate to a separate class,
furthermore add more comments.
The PR does not change the functionality of the code.
4 years ago
Till Friebe
0c05c530e3
Improve SOC of raw editor ( #228 )
...
Improve separation of concerns for `RawEditor` by moving the code
for the keyboard to a separate class, furthermore add more comments.
The PR does not change the functionality of the code.
4 years ago
Xin Yao
90e7f0ef43
Upgrade version
4 years ago
Till Friebe
5655920937
Improve SOC of raw editor ( #227 )
...
Improve separation of concerns for RawEditor by moving the code
for the text input client to a separate class, furthermore add
more comments.
4 years ago
kevinDespoulains
1ac73b7cae
Adding missing overrides to make package work with Flutter 2.2.0 ( #226 )
4 years ago
hyouuu
f816ad7ec8
custom rules & optionally auto add newline for image embeds ( #205 )
4 years ago
Gyuri Majercsik
08412c167a
171: support for non-scrollable text editor ( #188 )
...
Co-authored-by: Gyuri Majercsik <gyuri@fluttech.com>
4 years ago
Xin Yao
2adebbe11b
Upgrade version - checkbox supports tapping
4 years ago
Xin Yao
06c7563768
Fix simple viewer compilation error
4 years ago
em6m6e
760b4def7e
Simple viewer ( #187 )
...
* 2021-04-25
* 2021-04-26
4 years ago
kevinDespoulains
e49421f48c
Updating checkbox to handle tap ( #186 )
...
* updating checkbox to handle tap
* updating checkbox to handle long press and using UniqueKey() to avoid weird side effects
* removed useless doc
Co-authored-by: Kevin Despoulains <kevin.despoulains@scriptandgo.com>
4 years ago