Skip to content

Commit

Permalink
added screenshot of plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilVadoliya committed Feb 3, 2023
1 parent d9c9254 commit bb3f1a4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [2.1.3] - Release
* Improvement


## [2.1.2] - Release
* replace `sliderShadow` to `sliderBoxShadow`
* Slider RightToLeft : Gesture area issue fixed
Expand Down
2 changes: 1 addition & 1 deletion example/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
additional functionality it is fine to subclass or reimplement
FlutterApplication and put your custom class here. -->
<application
android:name="io.flutter.app.FlutterApplication"
android:name="${applicationName}"
android:label="example"
android:icon="@mipmap/ic_launcher">
<activity
Expand Down
2 changes: 0 additions & 2 deletions lib/src/helper/slider_app_bar.dart
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ class SliderAppBar extends StatelessWidget {
///
final double drawerIconSize;



const SliderAppBar({
this.appBarHeight = 70,
this.title = const Text('AppBar',
Expand Down
15 changes: 14 additions & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
name: flutter_slider_drawer
description: A Flutter package with custom implementation of the Slider Drawer Menu
version: 2.1.2
version: 2.1.3
homepage: https://github.com/NikhilVadoliya/Flutter_slider_drawer
issue_tracker: https://github.com/NikhilVadoliya/Flutter_slider_drawer/issues
maintainer: Nikhil Vadoliya




environment:
sdk: '>=2.12.0 <3.0.0'
Expand All @@ -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

Expand Down

0 comments on commit bb3f1a4

Please sign in to comment.