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