animate_on_hover 1.0.0 copy "animate_on_hover: ^1.0.0" to clipboard
animate_on_hover: ^1.0.0 copied to clipboard

outdated

Animate widgets on web when hovered using this package.

Animate on Hover #

Animate widgets on web when hovered using this package.

Screenshot #

screen

Getting started #

Add this to your package's pubspec.yaml file

dependencies:
  animate_on_hover: ^1.0.0

Usage #

Next, you just have to import the package using:

import 'package:animate_on_hover/animate_on_hover.dart';
  Widget build(BuildContext context) {
    return Scaffold(
      body: Center(
        child: Container(
          height: 75,
          width: 100,
          decoration: BoxDecoration(
            color: Colors.red,
            borderRadius: BorderRadius.circular(5),
          ),
        ).increaseSizeOnHover(1.5),
      ),
    );
  }

Additional information #

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

2
likes
0
points
83
downloads

Publisher

verified publishersivaprasadnk.dev

Weekly Downloads

Animate widgets on web when hovered using this package.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on animate_on_hover