diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c66a73..4b00b68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [2.1.3] - Release + * Improvement + + ## [2.1.2] - Release * replace `sliderShadow` to `sliderBoxShadow` * Slider RightToLeft : Gesture area issue fixed diff --git a/example/android/app/src/main/AndroidManifest.xml b/example/android/app/src/main/AndroidManifest.xml index 55ca830..9b3997f 100644 --- a/example/android/app/src/main/AndroidManifest.xml +++ b/example/android/app/src/main/AndroidManifest.xml @@ -6,7 +6,7 @@ additional functionality it is fine to subclass or reimplement FlutterApplication and put your custom class here. --> =2.12.0 <3.0.0' @@ -14,6 +19,14 @@ dev_dependencies: flutter_test: sdk: flutter +screenshots: + - description: 'Examples of the FlutterSliderDrawer Left.' + path: slide_left.gif + - description: 'Examples of the FlutterSliderDrawer Right.' + path: slide_right.gif + - description: 'Examples of the FlutterSliderDrawer Top.' + path: slide_top.gif + # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec