Skip to content

Quicker way to add interactive hover/tap effect to any widgets

License

Notifications You must be signed in to change notification settings

gags-21/hover_widget

Repository files navigation

Group 3hover_widget_header

Hover Widget ⬁

style: very good analysis License: MIT

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 🎥

ScreenRecording2024-03-23at12 53 38AM-ezgif com-video-to-gif-converter ScreenRecording2024-03-23at12 56 26AM-ezgif com-video-to-gif-converter

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

Usage 🚀

HoverWidget(
    onTap: (){}, // optional
    child: widget(),
),

About

Quicker way to add interactive hover/tap effect to any widgets

Resources

License

Stars

Watchers

Forks

Releases

No releases published