hit 1.2.4 copy "hit: ^1.2.4" to clipboard
hit: ^1.2.4 copied to clipboard

Decouple Flutter layout size from hit-test size, and deliver taps outside parent bounds.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add hit

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

dependencies:
  hit: ^1.2.4

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:hit/hit.dart';
48
likes
160
points
534
downloads
screenshot

Documentation

API reference

Publisher

verified publisherzennn.dev

Weekly Downloads

Decouple Flutter layout size from hit-test size, and deliver taps outside parent bounds.

Repository (GitHub)
View/report issues

Topics

#flutter #widget #gestures #hit-testing

License

MIT (license)

Dependencies

flutter

More

Packages that depend on hit