- [Fixed] - Improvement null safety support.
- [Updated] - Migrate to stable null safety.
- [Updated] - Flutter 2.0 support.
- [Updated] - example 1.
- [Clean] - deprecated functions.
- [Updated] - example 1.
- [Fixed] - issues #43, #47.
- [Updated] - Readme.
- [Added] - swipeChild which allows swiping scaffold from left/right child.
- [Fixed] - issue #45.
- [Replaced] -
boxDecorationwithdecoration. - [Updated] - Readme.
- Update Documentation.
- general improvements.
backgroundColorfield replaced bybackgroundDecoration(BoxDecoration).
- Update Documentation.
- Added
velocityfield. Allows you to set the opening and closing velocity when using the open/close methods. colorTransitionfield renamed tocolorTransitionChild.- Added
colorTransitionScaffoldfield.
- Rollback issue #33.
- Fixed some problems.
- general improvements.
- Fixed issues : #30 and #33.
- Update Documentation.
- Update Readme.
- 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.
- General improvement of the code
- Added
backgroundColorfield. - Fixed some problems related to swipe and scaleFactor.
- Cleaning code.
- Update Readme.
- 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. - Cleaning code.
- Update Readme.
- 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.
- 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.
- General improvement of the code.
- Updated dependencies.
- Added toggle method.
- fixed history.
- Cleaning code.
- Update Readme.
- Fixed InnerDrawerCallback.
- General improvement of the code.
- Fixed swipe precision.
- fixed some problem.
- General improvement of the code.
- fixed some artifacts with linear animation.
- solved the problem of CupertinoThemeData that launched an assert.
- 3 types of animation (static - linear - quadratic)
- Improved documentation.
- Improved documentation.
- Improved documentation.
- fixed swipe.
- Added side trigger - Possibility to activate/deactivate the swipe.
- Improved documentation.
- Improved documentation - General improvement of the code.
- Created Inner Drawer.