Releases: darioielardi/flutter_speed_dial
version 7.0.0
What's Changed
- Do not check for _open when disposing the SpeedDial by @rostaingc in #286
- Change the dispose order and dispose the overlayEntry first by @bobekos in #299
- Upgrade to flutter 3.10.0 (#305) by @BenPoell in #306
New Contributors
- @rostaingc made their first contribution in #286
- @bobekos made their first contribution in #299
- @BenPoell made their first contribution in #306
Full Changelog: 6.2.0...7.0.0
Fixing the overlays
What's Changed
- Fix Overlay error by @prateekmedia in #278
- Bump version to 6.2.0 by @prateekmedia in #278
- Update documentation by @poojasunal in #276
New Contributors
- @poojasunal made their first contribution in #276
Full Changelog: 6.1.0...6.2.0
4O4 - Errors Not Found
So After Few Months we are back and this time with more bug fixes and feature improvement.
What's Changed
- Add ripple effect and click mouse cursor to child label using InkWell by @pourqavam in #256
- Support to dynamically asynchronously re-populating children when opening by @jamonkko in #259
- Fixed null pointer issue called by globalPaintBounds being null while in left or right direction mode. by @calvin-verticalscope in #260
- Add mini parameter by @prateekmedia in #272
New Contributors
- @pourqavam made their first contribution in #256
- @jamonkko made their first contribution in #259
- @calvin-verticalscope made their first contribution in #260
Full Changelog: 6.0.0...6.1.0
Release 6.0.0
What's Changed
- refactored stateful widget to stateless widget by @AbhishekDoshi26 in #245
- Refactor of animationSpeed by @AbhishekDoshi26 in #244
- provide childAnimation as param by @AbhishekDoshi26 and @luca-colazzo in #247
New Contributors
- @AbhishekDoshi26 made their first contribution in #245
Full Changelog: 5.1.0...6.0.0
Release 5.1.0
What's Changed
- Fixed widget dispose method, now
backgroundOverlay
should be disposed correctly. - Improved null-safety by @luca-colazzo in 6ad15d6 and b0b169b.
- Improved documentation by @luca-colazzo in a2edecb.
- fix
labelShadow
by @dogbull in #225 - Fix issue on
backgroundOverlay
by @PsyOhm23 in #236
New Contributors
Release 5.0.0+1
What's Changed
- SystemMouseCursors is undefined by @peterbrown0 in #192
- Fix widget state interaction after dispose by @davidmartos96 in #193
- fix Flutter's animation assertion error when children.length > 5 by @OZEO-DOOZ in #195
- Set the RotationAngle for the animation of the FAB icon by @xm0128 in #207
- Added version in CHANGELOG.md by @xm0128 in #208
- Fixed Overlay closing issue on back button press and Fixed null check operator crashes by @darshanpp in #214
- Fix for #213, adding horizontal padding when the size is larger then 56 by @LachlanGrant in #215
- Fixed Issue #210 by @luca-colazzo in #221
New Contributors
- @peterbrown0 made their first contribution in #192
- @davidmartos96 made their first contribution in #193
- @OZEO-DOOZ made their first contribution in #195
- @xm0128 made their first contribution in #207
- @darshanpp made their first contribution in #214
- @LachlanGrant made their first contribution in #215
- @luca-colazzo made their first contribution in #221
Full Changelog: 4.2.0...5.0.0+1
Release v4.2.0
Thanks to all the people who contributed to the project by opening issues we are able to stablize flutter_speed_dial API more.
FULL CHANGELOG here
To integrate in your app add this to your pubspec.yaml
flutter_speed_dial: ^4.2.0
If you want to contribute financially or you have any particular skill that maybe helpful to the project then you can mail me at [email protected] to discuss about it.
Release v4.1.0
Thanks to all the people who contributed to the project by opening issues we are able to stablize flutter_speed_dial API more.
FULL CHANGELOG here
To integrate in your app add this to your pubspec.yaml
flutter_speed_dial: ^4.1.0
If you want to contribute financially or you have any particular skill that maybe helpful to the project then you can mail me at [email protected] to discuss about it.
Release 4.0.0-dev.1
Thanks to all the people who contributed to the project by opening issues we are able to stablize flutter_speed_dial API more.
FULL CHANGELOG here
To integrate in your app using git.
flutter_speed_dial: ^4.0.0-dev.1
If you want to contribute financially or you have any particular skill that maybe helpful to the project then you can mail me at [email protected] to discuss about it.
Release 4.0.0-dev, by @prateekmedia
Thanks to all the issue openers and all the people who helped me finding and fixing all the issues and completely overhauling flutter_speed_dial package.
Full CHANGELOG here
It now uses overlays instead of Stacks and have improved example and documentation.
You can test it now by using below code snippet
flutter_speed_dial:
git:
url: git://github.com/darioielardi/flutter_speed_dial.git
ref: 4.0.0-dev.1
It is currently in beta but will sure be in stable version.