Skip to content

Commit 47935c1

Browse files
authored
Bugfix: Image control attribute src_base64 accepts str now (#187)
1 parent 2a0a08c commit 47935c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/python/flet/image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def __init__(
5656
#
5757
# Specific
5858
#
59-
src_base64: bool = None,
59+
src_base64: str = None,
6060
repeat: ImageRepeat = None,
6161
fit: ImageFit = None,
6262
border_radius: BorderRadiusValue = None,

0 commit comments

Comments
 (0)