cupertino_back_gesture icon indicating copy to clipboard operation
cupertino_back_gesture copied to clipboard

Flutter package to set custom width of iOS back swipe gesture area

Results 11 cupertino_back_gesture issues
Sort by recently updated
recently updated
newest added

It is conflict with TabBar&TabBarView。 It is conflict with ListView( scrollDirection : Axis.horizontal)。

Title says it all... Does it work with GetX? Or is there equivalent for GetX? thanks

Wrapping BackGestureWidthTheme with MaterialApp.router does not make the library works.

Hi Author. With TargetPlatform.android: CupertinoPageTransitionsBuilderCustomBackGestureWidth() In OtherPage, I use WillPopScope to catch back event of Android then this library is not working. Thank you.

I want to pop the `current route` by dragging down. So the `current route` should move along with the finger towards the bottom of the page while fading out and...

I got this issue `../../../../documents/flutter/.pub-cache/hosted/pub.dartlang.org/cupertino_back_gesture-0.0.3/lib/src/cupertino_page_route.dart:120:15: Error: Getter not found: 'opaque'. assert(opaque), ^^^^^^ FAILURE: Build failed with an exception. * Where: Script '/Users/uogforceone/documents/flutter/packages/flutter_tools/gradle/flutter.gradle' line: 900 * What went wrong: Execution failed...

Basically I have a bunch of dismissible views, but when I use this plugin with the whole page set as the swipe back gesture, I am unable to dismiss my...

Thanks for your plugin. I tried to add it, but looks like it's only for MaterialApp, because I can't set pageTransitionsTheme in CupertinoApp. Is there a way to use it...

hello I use carousel slide https://github.com/serenader2014/flutter_carousel_slider I just wanted swipe the carousel, but the page also move... Do you have any way to not page moving?