-update README and CHANGELOG files

master
NikhilVadoliya 5 years ago
parent 84e6708692
commit b31b71a1f7

@ -1,3 +1,8 @@
## [1.0.2] - Release
* Added RightToLeft/LeftToRight slide feature
* Bug fixed
## [1.0.1] - Release ## [1.0.1] - Release
* Bug fixed * Bug fixed

@ -10,6 +10,8 @@ A Flutter package with custom implementation of the Sider Drawer Menu
To start using this package, add `flutter_slider_drawer` dependency to your `pubspec.yaml` To start using this package, add `flutter_slider_drawer` dependency to your `pubspec.yaml`
```yaml ```yaml
@ -51,6 +53,10 @@ SliderMenuContainer(
``` ```
| sliderOpen: SliderOpen.LEFT_TO_RIGHT | sliderOpen: SliderOpen.RIGHT_TO_LEFT |
|---|---|
| ![slider_left](slide_left.gif) | ![slider_right](slide_right.gif) |
### Controlling the drawer ### Controlling the drawer
``` ```

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 824 KiB

Loading…
Cancel
Save