Sensitivity Start from 1

This commit is contained in:
mohammad
2025-02-23 16:30:50 +03:00
parent 8393ec353a
commit 22789234fe
2 changed files with 2 additions and 2 deletions

View File

@ -332,7 +332,7 @@ class CeilingSensorInterface extends StatelessWidget {
title: title.toString(),
sensor: ceilingSensor,
value: model.sensitivity,
min: 0,
min: 1,
max: 10,
));
if (result != null) {

View File

@ -5,7 +5,7 @@ description: This is the mobile application project, developed with Flutter for
# pub.dev using `flutter pub publish`. This is preferred for private packages.
publish_to: "none" # Remove this line if you wish to publish to pub.dev
version: 1.0.27+64
version: 1.0.30+1
environment:
sdk: ">=3.0.6 <4.0.0"