Last updated:
0 purchases
hover widget
Hover Widget ⬁ #
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.
Example 🎥 #
Installation 💻 #
❗ 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
copied to clipboard
Usage 🚀 #
HoverWidget(
onTap: (){}, // optional
child: widget(),
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.