hit 1.2.0 copy "hit: ^1.2.0" to clipboard
hit: ^1.2.0 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 Dart:

 $ dart pub add hit

With Flutter:

 $ flutter pub add hit

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

dependencies:
  hit: ^1.2.0

Alternatively, your editor might support dart pub get or 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';
51
likes
0
points
559
downloads

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

unknown (license)

Dependencies

flutter

More

Packages that depend on hit