With this package, enhance the user interaction and engagement in your Flutter applications by effortlessly adding interactive hover and click effects to any widget. Elevate the user experience and make your app more intuitive and engaging with just a few lines of code.
❗ In order to start using Hover Widget you must have the Flutter SDK installed on your machine.
Install via flutter pub add
:
flutter pub add hover_widget
HoverWidget(
onTap: (){}, // optional
child: widget(),
),