11# flutter_inner_drawer
2-
3- [ ![ pub package ] ( https://img.shields.io/badge/pub-0.2.6-orange .svg )] ( https://pub.dartlang.org/packages/flutter_inner_drawer )
2+ [ ![ pub package ] ( https://img.shields.io/badge/pub-0.2.7-orange.svg )] ( https://pub.dartlang.org/packages/flutter_inner_drawer )
3+ [ ![ Awesome Flutter ] ( https://img.shields.io/badge/Awesome-Flutter-blue .svg?longCache=true&style=flat-square )] ( https://github.com/Solido/awesome-flutter#drawers )
44[ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.me/dnag88 )
55
66
@@ -10,15 +10,19 @@ Inner Drawer is an easy way to create an internal side section (left/right) wher
1010Add this to your package's pubspec.yaml file:
1111``` dart
1212dependencies:
13- flutter_inner_drawer: "^0.2.6 "
13+ flutter_inner_drawer: "^0.2.7 "
1414```
15-
16- ### DEMO
17- ![ Example] ( https://github.com/Dn-a/flutter_inner_drawer/tree/master/example )
18-
19- ![ Demo 1] ( https://github.com/Dn-a/flutter_inner_drawer/blob/master/example/example3.gif )
20- ![ Pic 1] ( https://github.com/Dn-a/flutter_inner_drawer/blob/master/example/pic.png )
21-
15+ ## Demo
16+ <div align =" center " >
17+ <table ><tr >
18+ <td style =" text-align :center " >
19+ <img width =" 250px " src =" https://github.com/Dn-a/flutter_inner_drawer/blob/master/example/example3.gif?raw=true " />
20+ </td >
21+ <td style =" text-align :center " >
22+ <img width =" 250px " src =" https://github.com/Dn-a/flutter_inner_drawer/blob/master/example/pic.png?raw=true " />
23+ </td >
24+ </tr ></table >
25+ </div >
2226
2327
2428### Simple usage
@@ -92,7 +96,9 @@ import 'package:flutter_inner_drawer/inner_drawer.dart';
9296* animationType - * static / linear / quadratic (default static)*
9397* innerDrawerCallback - * Optional callback that is called when a InnerDrawer is opened or closed*
9498
99+ ## Donate
100+ If you found this project helpful or you learned something from the source code and want to thank me:
101+ - [ ![ Donate] ( https://img.shields.io/badge/Donate-PayPal-green.svg )] ( https://www.paypal.me/dnag88 )
95102
96103## Issues
97- If you encounter problems, open an issue. Pull request are also welcome.
98-
104+ If you encounter problems, open an issue. Pull request are also welcome.
0 commit comments