Skip to content

Commit a954f7b

Browse files
improve the changelog
1 parent ef33e71 commit a954f7b

File tree

2 files changed

+18
-20
lines changed

2 files changed

+18
-20
lines changed

CHANGELOG.md

Lines changed: 17 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,21 @@
11
## [3.0.0] - Enhance animation and performance
2-
* Deprecated Features:
3-
• isTitleCenter: Replaced with TextAlign in the Text widget for better control.
4-
• drawerIcon: Use a custom appBar for enhanced customization.
5-
• appBarHeight: This feature has been deprecated.
6-
• appBarColor: Replaced with backgroundColor in SliderAppBarConfig.
7-
• appBarPadding: Now replaced with padding in SliderAppBarConfig.
8-
* New Features:
9-
• Added SliderAppBarConfig for streamlined AppBar configuration.
10-
* Rename SlideDirection enums for consistency:
11-
• LEFT_TO_RIGHT → leftToRight
12-
• RIGHT_TO_LEFT → rightToLeft
13-
• TOP_TO_BOTTOM → topToBottom
14-
* Upgrade dart version min 3.0.0.
15-
16-
17-
# [2.1.3] - Release
18-
* Improvement
19-
2+
* Upgrade dart version min `3.0.0`.
3+
#### Deprecated Features:
4+
* `isTitleCenter`: Replaced with `TextAlign` in the `Text` widget for better control.
5+
* `drawerIcon`: Use a custom appBar for enhanced customization.
6+
* `appBarHeight`: This feature has been deprecated.
7+
* `appBarColor`: Replaced with backgroundColor in `SliderAppBarConfig`.
8+
* `appBarPadding`: Now replaced with padding in `SliderAppBarConfig`.
9+
#### New Features:
10+
* Added `SliderAppBarConfig` for streamlined AppBar configuration.
11+
#### Rename SlideDirection enums for consistency:
12+
* LEFT_TO_RIGHT → leftToRight
13+
* RIGHT_TO_LEFT → rightToLeft
14+
* TOP_TO_BOTTOM → topToBottom
15+
16+
17+
## [2.1.3] - Release
18+
* Improvement
2019

2120
## [2.1.2] - Release
2221
* replace `sliderShadow` to `sliderBoxShadow`

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77

88
A Flutter package with custom implementation of the Slider Drawer Menu
99

10-
![Plugin example demo](intro.gif)
11-
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="intro.gif" alt="drawing" width="250" height="481"/>
10+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<img src="intro.gif" alt="drawing" width="360" height="640"/>
1211

1312

1413

0 commit comments

Comments
 (0)