Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CupertinoPopoverMenuItem 点击事件 失效 #75

Open
pickView opened this issue Oct 8, 2021 · 3 comments
Open

CupertinoPopoverMenuItem 点击事件 失效 #75

pickView opened this issue Oct 8, 2021 · 3 comments

Comments

@pickView
Copy link

pickView commented Oct 8, 2021

cool_ui: ^1.0.2
flutter: 2.2.4
device: iphonex
ios :14.7

CupertinoPopoverMenuList(
            children: <Widget>[
              CupertinoPopoverMenuItem(
                child: Text(
                  '设备命名',
                  style: TextStyle(color: ISColor.gray666),
                  textAlign: TextAlign.center,
                ),
                onTap: () {
                 showCupertinoDialog(
                     context: context,
                      builder: (contxt) {
                      return showInputDeviceAlert(contxt);
                 });
return false;
                },
              ),
            ],

弹框不弹出

@pickView
Copy link
Author

pickView commented Oct 8, 2021

期待您的回复

@Im-Kevin
Copy link
Owner

Im-Kevin commented Oct 8, 2021

#33

@Im-Kevin
Copy link
Owner

Im-Kevin commented Oct 8, 2021

看这个

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants