expand_tap_area 1.1.1 copy "expand_tap_area: ^1.1.1" to clipboard
expand_tap_area: ^1.1.1 copied to clipboard

Manually expand the tap area of a widget without changing its size or layout. Similar with the hitTest in iOS development.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add expand_tap_area
copied to clipboard

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

dependencies:
  expand_tap_area: ^1.1.1
copied to clipboard

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:expand_tap_area/expand_tap_area.dart';
copied to clipboard
56
likes
140
points
28.4k
downloads

Publisher

verified publishermalikwang.com

Weekly Downloads

2024.09.23 - 2025.04.07

Manually expand the tap area of a widget without changing its size or layout. Similar with the hitTest in iOS development.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on expand_tap_area