flutter-defer-pointer
flutter-defer-pointer copied to clipboard
Hi, I just want to let you know that scrolling is not working by touching on a widget that is using a deferpointer.
``` Container( transform: Matrix4.translationValues(-150, -150, 0.0), ) ```
Hi, since month my company app had all IOS devices getting heated a lot after the app started. No need to actually use the app or make heavy computation, just...
Hi, when running the command: `flutter pub add defer_pointer` I get the following error: `Unable to resolve package "defer_pointer" with the given git parameters` When running `flutter doctor -v`, here...
Hi! I am trying to make this package work with the `Flow.unwrapped` constructor, but I can't succeed. I am using this constructor because if I don't the buttons don't seem...
Hi, I am trying to implement several `FAB`s through the `Flow` widget. ## Context What defers my case from your example is that I want to have the button that...
```dart return Padding( padding: const EdgeInsets.only(top: 16), child: DeferredPointerHandler( child: SizedBox( width: 100, height: 100, child: Stack( clipBehavior: Clip.none, children: [ // Hang button off the bottom of the content...