Skip to content

Commit 76784e1

Browse files
committed
feat: add TextPainter? get painter
1 parent e2c9e5a commit 76784e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/node/text.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ class ZKText extends ZKNode {
8282
this.setText(this.text);
8383
}
8484

85-
TextPainter? get painter() {
85+
TextPainter? get painter {
8686
return _painter;
8787
}
8888

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ description: Zerker is a flexible and lightweight flutter canvas graphic animati
1111
# In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
1212
# Read more about iOS versioning at
1313
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
14-
version: 2.2.2
14+
version: 2.2.3
1515
homepage: https://github.com/flutterkit/zerker
1616

1717
environment:

0 commit comments

Comments
 (0)