- Update Readme.
- new Features and Documentation Updates
- Added
IDOffset
class. An immutable set of offset in each of the four cardinal directions. - Added
offset
field.leftOffset
andrightOffset
Deprecated. - Added
scale
field.leftScale
andrightScale
Deprecated. - Added
duration
field. Duration of AnimationController. - Cleaning code.
- Update Readme.
- General improvement of the code
- Added
backgroundColor
field. - 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
boxShadow
also for linear animation. - When
borderSide
> 0,boxShadow
did not work, fixed. - Cleaning code.
- Update Readme.
- new Features and Documentation Updates
- Added
borderRadius
field for scaffold border - (double value). - Added
leftScale
andRightScale
fields for scaffold scaling - (double value). - Added
onDragUpdate(double value, InnerDraweDirection direction)
callback function.
- new Features and Documentation Updates
- Parameter
position
removed. Now it is possible to defineleftChild
andrightChild
simultaneously. - Parameter
offset
replaced withleftOffset
andrightOffset
. - Parameter
animationType
replaced withleftAnimationType
andrightAnimationType
. - 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.