defer_pointer 0.0.1+5 copy "defer_pointer: ^0.0.1+5" to clipboard
defer_pointer: ^0.0.1+5 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

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.1+5

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';
119
likes
150
pub points
96%
popularity

Publisher

verified publishergskinner.com

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

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

equatable, flutter

More

Packages that depend on defer_pointer