hover 0.4.0 copy "hover: ^0.4.0" to clipboard
hover: ^0.4.0 copied to clipboard

A helper and widget library for navigation, theme switching, responsive design, and more that aims to reduce boilerplate code for Flutter app development

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hover

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

dependencies:
  hover: ^0.4.0

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/hover.dart';
3
likes
120
pub points
79%
popularity

Publisher

verified publisherernpao.online

A helper and widget library for navigation, theme switching, responsive design, and more that aims to reduce boilerplate code for Flutter app development

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, provider, shared_preferences

More

Packages that depend on hover