Skip to content

Commit 9eeac1d

Browse files
committed
feat: change changlelog
feat: change changlelog
1 parent f2c2395 commit 9eeac1d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
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

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
1515
homepage: https://github.com/flutterkit/zerker
1616

1717
environment:
18-
sdk: ">=2.12.0 <3.0.0"
18+
sdk: ">=2.12.0 <4.0.0"
1919

2020
dependencies:
2121
flutter:

0 commit comments

Comments
 (0)