Merge branch 'master' of https://gitee.com/starlock-cn/app-starlock
BIN
star_lock/images/lockType/lockType_camera.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 759 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 474 B |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 619 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 1.3 KiB |
|
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 889 B |
BIN
star_lock/images/main/icon_main_camera.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
@ -58,10 +58,16 @@ class _AccessoriesListPageState extends State<AccessoriesListPage>
|
|||||||
height: 140.h,
|
height: 140.h,
|
||||||
padding: EdgeInsets.all(30.w),
|
padding: EdgeInsets.all(30.w),
|
||||||
child: Row(
|
child: Row(
|
||||||
mainAxisAlignment: MainAxisAlignment.center,
|
mainAxisAlignment: MainAxisAlignment.start,
|
||||||
children: [
|
children: [
|
||||||
|
SizedBox(
|
||||||
|
width: 30.w,
|
||||||
|
),
|
||||||
Image.asset(
|
Image.asset(
|
||||||
iconStr,
|
iconStr,
|
||||||
|
width: 60.w,
|
||||||
|
height: 60.w,
|
||||||
|
fit: BoxFit.fill,
|
||||||
),
|
),
|
||||||
SizedBox(width: 20.w),
|
SizedBox(width: 20.w),
|
||||||
Text(
|
Text(
|
||||||
|
|||||||
@ -160,7 +160,7 @@ class _RealTimePicturePageState extends State<RealTimePicturePage>
|
|||||||
"images/main/icon_lockDetail_monitoringOpenVoice.png"))),
|
"images/main/icon_lockDetail_monitoringOpenVoice.png"))),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(width: 30.w),
|
SizedBox(width: 50.w),
|
||||||
// 截图
|
// 截图
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
@ -177,7 +177,7 @@ class _RealTimePicturePageState extends State<RealTimePicturePage>
|
|||||||
"images/main/icon_lockDetail_monitoringScreenshot.png")),
|
"images/main/icon_lockDetail_monitoringScreenshot.png")),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(width: 30.w),
|
SizedBox(width: 50.w),
|
||||||
// 录制
|
// 录制
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
@ -195,7 +195,7 @@ class _RealTimePicturePageState extends State<RealTimePicturePage>
|
|||||||
"images/main/icon_lockDetail_monitoringScreenRecording.png")),
|
"images/main/icon_lockDetail_monitoringScreenRecording.png")),
|
||||||
),
|
),
|
||||||
),
|
),
|
||||||
SizedBox(width: 30.w),
|
SizedBox(width: 50.w),
|
||||||
GestureDetector(
|
GestureDetector(
|
||||||
onTap: () {
|
onTap: () {
|
||||||
logic.showToast('该功能暂未开放');
|
logic.showToast('该功能暂未开放');
|
||||||
|
|||||||
@ -81,8 +81,8 @@ class _SelectLockTypePageState extends State<SelectLockTypePage>
|
|||||||
// Navigator.pushNamed(context, Routers.gatewayListPage);
|
// Navigator.pushNamed(context, Routers.gatewayListPage);
|
||||||
getNearByLimits();
|
getNearByLimits();
|
||||||
}),
|
}),
|
||||||
lockTypeItem(
|
lockTypeItem('images/lockType/lockType_camera.png', '网络摄像头',
|
||||||
'images/lockType/lockType_gatewayLock.png', '网络摄像头', () {
|
() {
|
||||||
// Navigator.pushNamed(context, Routers.gatewayListPage);
|
// Navigator.pushNamed(context, Routers.gatewayListPage);
|
||||||
getNearByLimits();
|
getNearByLimits();
|
||||||
}),
|
}),
|
||||||
|
|||||||