-Update README.md file and plugin version

-Update CHANGELOG.md file
-Update preview gif of slide_left.gif,slide_right.gif and slide_top.gif
master
NikhilVadoliya 5 years ago
parent 57c72c90fb
commit 650474ea93

@ -1,3 +1,10 @@
## [1.0.3] - Release
* Added TopToBottom slide feature
* Added Shadow feature with shadowColor,shadowBlurRadius and shadowSpread dynamic handle
* Bug fixed
## [1.0.2] - Release ## [1.0.2] - Release
* Added RightToLeft/LeftToRight slide feature * Added RightToLeft/LeftToRight slide feature

@ -27,7 +27,8 @@ dependencies:
- Provide Basic Appbar with customization of color, sizes and title - Provide Basic Appbar with customization of color, sizes and title
- Dynamic slider open and close offset - Dynamic slider open and close offset
- Provide drawer icon animation - Provide drawer icon animation
- Provide RTL and LTR slider open selection - Provide shadow of Main screen with customization of shadow colors,blurRadius and spreadRadius
- Provide RTL(RightToLeft),LTR(LeftToRight) and TTB(TopToBottom) slider open selection
# Code # Code
@ -60,10 +61,11 @@ dependencies:
# Slider open
| sliderOpen: SliderOpen.LEFT_TO_RIGHT | sliderOpen: SliderOpen.RIGHT_TO_LEFT |
|---|---| | SliderOpen.LEFT_TO_RIGHT | SliderOpen.RIGHT_TO_LEFT | SliderOpen.TOP_TO_BOTTOM |
| ![slider_left](slide_left.gif) | ![slider_right](slide_right.gif) | |---|---|---|
| ![slider_left](slide_left.gif) | ![slider_right](slide_right.gif) | ![slider_top](slide_top.gif) |

@ -1,6 +1,6 @@
name: flutter_slider_drawer name: flutter_slider_drawer
description: A Flutter package with custom implementation of the Slider Drawer Menu description: A Flutter package with custom implementation of the Slider Drawer Menu
version: 1.0.2 version: 1.0.3
homepage: https://github.com/NikhilVadoliya/Flutter_slider_drawer homepage: https://github.com/NikhilVadoliya/Flutter_slider_drawer
environment: environment:

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

After

Width:  |  Height:  |  Size: 578 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 824 KiB

After

Width:  |  Height:  |  Size: 675 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 772 KiB

Loading…
Cancel
Save