getx icon indicating copy to clipboard operation
getx copied to clipboard

"In iOS 18, the full-screen swipe back gesture doesn't work, only the edge swipe works. Setting gestureWidth has no effect. Is the author still maintaining this? Could you please update it?"

Open zyzyzhaoyong opened this issue 8 months ago • 6 comments

ATTENTION: DO NOT USE THIS FIELD TO ASK SUPPORT QUESTIONS. USE THE PLATFORM CHANNELS FOR THIS. THIS SPACE IS DEDICATED ONLY FOR BUGS DESCRIPTION. Fill in the template. Issues that do not respect the model will be closed.

Describe the bug A clear and concise description of what the bug is.

Reproduction code NOTE: THIS IS MANDATORY, IF YOUR ISSUE DOES NOT CONTAIN IT, IT WILL BE CLOSED PRELIMINARY)

example:

void main() => runApp(MaterialApp(home: Home()));

class Home extends StatelessWidget {
  final count = 0.obs;
  @override
  Widget build(context) => Scaffold(
      appBar: AppBar(title: Text("counter")),
      body: Center(
        child: Obx(() => Text("$count")),
      ),
      floatingActionButton: FloatingActionButton(
        child: Icon(Icons.add),
        onPressed: () => count.value++,
      ));
}

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Flutter Version: Enter the version of the Flutter you are using

Getx Version: Enter the version of the Getx you are using

Describe on which device you found the bug: ex: Moto z2 - Android.

Minimal reproduce code Provide a minimum reproduction code for the problem

zyzyzhaoyong avatar Jul 03 '25 10:07 zyzyzhaoyong

会不会好好说话。作者欠你的吗

whevether avatar Jul 11 '25 13:07 whevether

会不会好好说话。作者欠你的吗

llli0v0 avatar Jul 24 '25 16:07 llli0v0

还有,向别人提问应该用英语,英语是国际通用语言。你说中文别人还要用翻译软件翻译,你礼貌吗?

llli0v0 avatar Jul 26 '25 05:07 llli0v0

还有,向别人提问应该用英语,英语是国际通用语言。你说中文别人还要用翻译软件翻译,你礼貌吗?

This is an open community, not everyone has to speak English perfectly. If reading a translated question is too much trouble for you, maybe you’re not here to help but just to complain?

zyzyzhaoyong avatar Jul 26 '25 07:07 zyzyzhaoyong

会不会好好说话。作者欠你的吗

I'm asking a question about an open-source project. If you don't want to help, that's fine — but there's no need to talk down to others. Open source is about collaboration, not entitlement.

zyzyzhaoyong avatar Jul 26 '25 07:07 zyzyzhaoyong

会不会好好说话。作者欠你的吗

I'm asking a question about an open-source project. If you don't want to help, that's fine — but there's no need to talk down to others. Open source is about collaboration, not entitlement.

zyzyzhaoyong avatar Jul 26 '25 07:07 zyzyzhaoyong