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

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

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';
100
likes
130
pub points
95%
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