Skip to content

Releases: darioielardi/flutter_speed_dial

version 7.0.0

23 May 14:49
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.2.0...7.0.0

Fixing the overlays

14 Oct 07:07
c01d6d9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 6.1.0...6.2.0

4O4 - Errors Not Found

05 Oct 18:41
Compare
Choose a tag to compare

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

29 Apr 17:52
0cbca92
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.1.0...6.0.0

Release 5.1.0

02 Apr 17:37
cf87fca
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: here
Compare with previuos version: here

Release 5.0.0+1

11 Dec 03:25
Compare
Choose a tag to compare

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

Full Changelog: 4.2.0...5.0.0+1

Release v4.2.0

28 Jul 07:35
Compare
Choose a tag to compare

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 pankajsunal123@gmail.com to discuss about it.

Release v4.1.0

10 Jul 07:27
e9d0275
Compare
Choose a tag to compare

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 pankajsunal123@gmail.com to discuss about it.

Release 4.0.0-dev.1

29 May 10:05
Compare
Choose a tag to compare

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 pankajsunal123@gmail.com to discuss about it.

Release 4.0.0-dev, by @prateekmedia

21 May 03:27
Compare
Choose a tag to compare
Pre-release

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.