tap_hover_toggle 0.0.1 copy "tap_hover_toggle: ^0.0.1" to clipboard
tap_hover_toggle: ^0.0.1 copied to clipboard

The TapHoverToggle Flutter plugin is a versatile solution for interactive UI elements with can listen on tap and hover functionality.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add tap_hover_toggle

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

dependencies:
  tap_hover_toggle: ^0.0.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:tap_hover_toggle/tap_hover_toggle.dart';
2
likes
160
points
64
downloads

Publisher

unverified uploader

Weekly Downloads

The TapHoverToggle Flutter plugin is a versatile solution for interactive UI elements with can listen on tap and hover functionality.

Repository (GitHub)
View/report issues

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter

More

Packages that depend on tap_hover_toggle