Initial commit
This commit is contained in:
@@ -137,11 +137,11 @@ class _page2State extends State<_page2> {
|
|||||||
await Permission.location.isGranted
|
await Permission.location.isGranted
|
||||||
]);
|
]);
|
||||||
|
|
||||||
if (defaultTargetPlatform == TargetPlatform.android) {
|
// if (defaultTargetPlatform == TargetPlatform.android) {
|
||||||
perms.add(
|
// perms.add(
|
||||||
await Permission.nearbyWifiDevices.isGranted
|
// await Permission.nearbyWifiDevices.isGranted
|
||||||
);
|
// );
|
||||||
}
|
// }
|
||||||
|
|
||||||
return !perms.contains(false);
|
return !perms.contains(false);
|
||||||
}
|
}
|
||||||
@@ -297,7 +297,7 @@ class _page2State extends State<_page2> {
|
|||||||
width: 16,
|
width: 16,
|
||||||
),
|
),
|
||||||
|
|
||||||
if (defaultTargetPlatform == TargetPlatform.android)
|
if (defaultTargetPlatform == TargetPlatform.android && false)
|
||||||
ShadCard(
|
ShadCard(
|
||||||
width: 300,
|
width: 300,
|
||||||
height: double.infinity,
|
height: double.infinity,
|
||||||
|
|||||||
@@ -146,11 +146,13 @@ class _HomePage_ReState extends State<HomePage_Re> {
|
|||||||
],
|
],
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
|
|
||||||
|
if (false)
|
||||||
SizedBox(
|
SizedBox(
|
||||||
width: 16,
|
width: 16,
|
||||||
),
|
),
|
||||||
|
|
||||||
|
if (false)
|
||||||
ShadCard(
|
ShadCard(
|
||||||
title: const Text("Multi mode"),
|
title: const Text("Multi mode"),
|
||||||
width: 300,
|
width: 300,
|
||||||
|
|||||||
Reference in New Issue
Block a user