Completed Flow

dev_3.3_BLE
Faiz Hashmi 1 year ago
parent 0830b4d248
commit 6e96f9c0d0

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

Loading…
Cancel
Save