trying to make the fab centered horizontally but click doesn't work #157
Locked
demo-Ashif
started this conversation in
General
Replies: 1 comment
-
Hey @demo-Ashif, do you know we have just upgraded this package to 4.0.0-dev you can use it by using below code in your project flutter_speed_dial: 4.0.0-dev Now you can use Floating action button location too in your project you can checkout it and other documentation in pub.dev by visiting below link. https://pub.dev/packages/flutter_speed_dial/versions/4.0.0-dev Also if you like the package then be sure to star the project and like it in pub.dev |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
my code using speed dial is
Problem is when I set this to //marginEnd: (MediaQuery.of(context).size.width / 2) to make it horizontally centered , click doesn't work. But it was working properly. Recently change into v 2.1.1 ; prebiously it was just
flutter_speed_dial:
in pubspec.yamlBeta Was this translation helpful? Give feedback.
All reactions