tap_hover_toggle 0.0.1
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_toggleThis 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.1Alternatively, 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';