Skip to content

b4tchkn/android_gesture_exclusion

Repository files navigation

android_gesture_exclusion

This plugin wraps the Android's View#getSystemGestureExclusionRects() API to avoid conflict between Gesture Navigation supported in Android 10 (API level 29) and later and the existing UI swipe gestures from either the left or the right edge of the screen. This plugin works only on Android.

See here for details .

The android_gesture_exclusion plugin is separated into the following packages:

  1. android_gesture_exclusion: the app facing package. This is the package users depend on to use the plugin in their project. For details on how to use the android_gesture_exclusion plugin you can refer to its README.md file.
  2. android_gesture_exclusion_platform_interface: this packages declares the interface which all platform packages must implement to support the app-facing package. This plugin only works on the Android platform, but follows the Flutter federated plugin concept. Instructions on how to implement a platform packages can be found int the README.md of the android_gesture_exclusion_platform_interface package.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published