- [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] -
boxDecoration
withdecoration
. - [Updated] - Readme.
- Update Documentation.
- general improvements.
backgroundColor
field replaced bybackgroundDecoration
(BoxDecoration).
- Update Documentation.
- Added
velocity
field. Allows you to set the opening and closing velocity when using the open/close methods. colorTransition
field renamed tocolorTransitionChild
.- Added
colorTransitionScaffold
field.
- Rollback issue #33.
- Fixed some problems.
- general improvements.
- Fixed issues : #30 and #33.
- Update Documentation.
- 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. - 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.