|
|
|
|
@ -58,6 +58,7 @@ class _SmartRingInfoScreenState extends State<SmartRingInfoScreen> {
|
|
|
|
|
return "Battery Level";
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Widget getAllInOneOperationWidgets(MyTrackersViewModel myTrackersVm, SmartRingOperationsEnum smartRingOperationsEnum, BuildContext context) {
|
|
|
|
|
switch (smartRingOperationsEnum) {
|
|
|
|
|
case SmartRingOperationsEnum.Temperature:
|
|
|
|
|
@ -196,7 +197,7 @@ class _SmartRingInfoScreenState extends State<SmartRingInfoScreen> {
|
|
|
|
|
children: [
|
|
|
|
|
mHeight(24.0),
|
|
|
|
|
Row(
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceEvenly,
|
|
|
|
|
mainAxisAlignment: MainAxisAlignment.spaceBetween,
|
|
|
|
|
children: [
|
|
|
|
|
Column(
|
|
|
|
|
children: [
|
|
|
|
|
|