defer_pointer 0.0.2 copy "defer_pointer: ^0.0.2" to clipboard
defer_pointer: ^0.0.2 copied to clipboard

An alternative to Overlay which allows you to easily render and hit test a widget outside its parent bounds.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add defer_pointer
copied to clipboard

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

dependencies:
  defer_pointer: ^0.0.2
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:defer_pointer/defer_pointer.dart';
copied to clipboard
134
likes
140
points
47.3k
downloads

Publisher

verified publishergskinner.com

Weekly Downloads

2024.09.11 - 2025.03.26

An alternative to Overlay which allows you to easily render and hit test a widget outside its parent bounds.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter

More

Packages that depend on defer_pointer