cool_ui icon indicating copy to clipboard operation
cool_ui copied to clipboard

CupertinoPopoverMenuItem 点击事件 失效

Open pickView opened this issue 4 years ago • 3 comments

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 avatar Oct 08 '21 10:10 pickView

期待您的回复

pickView avatar Oct 08 '21 10:10 pickView

#33

Im-Kevin avatar Oct 08 '21 10:10 Im-Kevin

看这个

Im-Kevin avatar Oct 08 '21 10:10 Im-Kevin