File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1+ # 2.3.6
2+ - Unused import: 'dart: ui '.;
3+ - Using a colon as a separator before a default value is deprecated and will not be supported in language version 3.0 and later.
4+
15# 2.1.0
26- ZKNode add colorFilter and colorFilterBlendMode prop;
37- Fix any warning log
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ 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.3.5
14+ version : 2.3.6
1515homepage : https://github.com/flutterkit/zerker
1616
1717environment :
18- sdk : " >=2.12.0 <3 .0.0"
18+ sdk : " >=2.12.0 <4 .0.0"
1919
2020dependencies :
2121 flutter :
You can’t perform that action at this time.
0 commit comments