selective_ignore_pointer 0.0.0 copy "selective_ignore_pointer: ^0.0.0" to clipboard
selective_ignore_pointer: ^0.0.0 copied to clipboard

Fine-grained pointer event control. Block events for widget subtrees while allowing specific children to remain interactive.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add selective_ignore_pointer

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

dependencies:
  selective_ignore_pointer: ^0.0.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:selective_ignore_pointer/selective_ignore_pointer.dart';
1
likes
160
points
139
downloads

Publisher

verified publishernertaicon.dev

Weekly Downloads

Fine-grained pointer event control. Block events for widget subtrees while allowing specific children to remain interactive.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on selective_ignore_pointer