更新ios蓝牙权限

This commit is contained in:
wyf
2025-08-21 11:30:20 +08:00
parent 4fba3eb3a4
commit 5cb59bb5be
6 changed files with 164 additions and 127 deletions

View File

@@ -94,34 +94,35 @@ class _HomePageState extends State<HomePage> {
crossAxisAlignment: CrossAxisAlignment.center,
children: [
SizedBox(height: 11.rpx),
ClickableContainer(
padding: EdgeInsets.symmetric(vertical: 10.rpx),
backgroundColor: Colors.transparent,
highlightColor:
themeController.currentColor.sc16.withOpacity(0.1),
borderRadius: 0.rpx,
onTap: () {
_popupEntry?.remove();
_popupEntry = null;
TopSlideNotification.show(
context,
text: "待开发功能".tr,
);
},
child: Container(
width: double.infinity,
child: Center(
child: Text(
'扫一扫.标题'.tr,
style: TextStyle(
fontSize: AppConstants().normal_text_fontSize,
color: themeController.currentColor.sc3,
),
),
),
),
),
SizedBox(height: 35.rpx),
// ClickableContainer(
// padding: EdgeInsets.symmetric(vertical: 10.rpx),
// backgroundColor: Colors.transparent,
// highlightColor:
// themeController.currentColor.sc16.withOpacity(0.1),
// borderRadius: 0.rpx,
// onTap: () {
// _popupEntry?.remove();
// _popupEntry = null;
// TopSlideNotification.show(
// context,
// text: "待开发功能".tr,
// );
// },
// child: Container(
// width: double.infinity,
// child: Center(
// child: Text(
// '扫一扫.标题'.tr,
// style: TextStyle(
// fontSize: AppConstants().normal_text_fontSize,
// color: themeController.currentColor.sc3,
// ),
// ),
// ),
// ),
// ),
// SizedBox(height: 35.rpx),
ClickableContainer(
padding: EdgeInsets.symmetric(vertical: 10.rpx),
backgroundColor: Colors.transparent,