flutter_inner_drawer 0.5.4
flutter_inner_drawer: ^0.5.4 copied to clipboard
Inner Drawer is an easy way to create an internal side section (left/right) where you can insert a list menu or other.
0.5.4 2019-12-07. #
- Update Readme.
0.5.3 2019-12-07. #
- new Features and Documentation Updates
- Added
IDOffsetclass. An immutable set of offset in each of the four cardinal directions. - Added
offsetfield.leftOffsetandrightOffsetDeprecated. - Added
scalefield.leftScaleandrightScaleDeprecated. - Added
durationfield. Duration of AnimationController. - Cleaning code.
- Update Readme.
0.5.2 2019-11-15. #
- General improvement of the code
- Added
backgroundColorfield. - Fixed some problems related to swipe and scaleFactor.
- Cleaning code.
- Update Readme.
0.5.1 2019-11-09. #
- General improvement of the code
- Added
proportionalChildArea. if == true dynamically sets the width based on the selected offset, otherwise it leaves the width at 100% of the screen. - Possibility to set
boxShadowalso for linear animation. - When
borderSide> 0,boxShadowdid not work, fixed. - Cleaning code.
- Update Readme.
0.5.0 2019-10-16. #
- new Features and Documentation Updates
- Added
borderRadiusfield for scaffold border - (double value). - Added
leftScaleandRightScalefields for scaffold scaling - (double value). - Added
onDragUpdate(double value, InnerDraweDirection direction)callback function.
0.4.0 2019-08-07. #
- new Features and Documentation Updates
- Parameter
positionremoved. Now it is possible to defineleftChildandrightChildsimultaneously. - Parameter
offsetreplaced withleftOffsetandrightOffset. - Parameter
animationTypereplaced withleftAnimationTypeandrightAnimationType. - Possibility to tap the scaffold even when open with
tapScaffoldEnabled.
0.3.0 2019-07-07. #
- General improvement of the code.
0.2.9 2019-06-20. #
- Updated dependencies.
- Added toggle method.
0.2.8 2019-06-14. #
- fixed history.
0.2.7 2019-06-14. #
- Cleaning code.
- Update Readme.
0.2.6 2019-05-13. #
- Fixed InnerDrawerCallback.
0.2.5 2019-04-19. #
- General improvement of the code.
0.2.4 2019-04-16. #
- Fixed swipe precision.
0.2.3 2019-04-06. #
- fixed some problem.
- General improvement of the code.
0.2.2 2019-02-26. #
- fixed some artifacts with linear animation.
0.2.1 2019-02-25. #
- solved the problem of CupertinoThemeData that launched an assert.
0.2.0 2019-02-16. #
- 3 types of animation (static - linear - quadratic)
- Improved documentation.
0.1.5 2019-02-13. #
- Improved documentation.
0.1.4 2019-02-13. #
- Improved documentation.
0.1.3 2019-02-13. #
- fixed swipe.
0.1.2 2019-02-13. #
- Added side trigger - Possibility to activate/deactivate the swipe.
0.1.1 2019-02-12. #
- Improved documentation.
0.1.0 2019-02-12. #
- Improved documentation - General improvement of the code.
0.0.1 2019-02-12. #
- Created Inner Drawer.