hover_widget 0.1.0 copy "hover_widget: ^0.1.0" to clipboard
hover_widget: ^0.1.0 copied to clipboard

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

Hover Widget #

style: very good analysis License: MIT

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 🎥 #

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(),
),
12
likes
160
points
30
downloads

Publisher

unverified uploader

Weekly Downloads

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hover_widget