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

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

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hover_widget

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  hover_widget: ^0.1.1

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:hover_widget/hover_widget.dart';
7
likes
140
pub points
68%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter

More

Packages that depend on hover_widget