hoverover 0.0.1
hoverover: ^0.0.1 copied to clipboard
A Flutter package that will give hover effect for Web and Desktop.
Hoverover #
A Flutter package that will give hover effect for Web and Desktop.
Installation #
- Add the latest version of package to your pubspec.yaml (and run
dart pub get):
dependencies:
hoverover: ^0.0.1
- Import the package and use it in your Flutter App.
import 'package:hoverover/hoverover.dart';
Example #
There are a number of properties that you can modify:
- animationDurationInMilliseconds : gives duration of the animation.
- translateXAxis : translation value of x axis on hover.
- translateYAxis : translation value of y axis on hover.
- builder : the widget that will be built when the hover effect is active.
- isHovered : a boolean that indicates if the hover effect is active or not.
|
|
Next Goals #
- ❌ Add more hover effects to the package.
- ❌ Add more hover functionality to the package.