Version code

This commit is contained in:
Yegor Vialov 2018-10-29 23:54:52 +02:00
parent d30c9d574b
commit e25162f7b5
3 changed files with 4 additions and 2 deletions

View File

@ -117,6 +117,8 @@ class _CombinedHistoryChartWidgetState extends State<CombinedHistoryChartWidget>
domainFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time, domainFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time,
measureFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.value, measureFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.value,
data: dataItem, data: dataItem,
/*domainLowerBoundFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time.subtract(Duration(hours: 1)),
domainUpperBoundFn: (CombinedEntityStateHistoryMoment historyMoment, _) => historyMoment.time.add(Duration(hours: 1)),*/
) )
]); ]);
}); });

View File

@ -71,7 +71,7 @@ part 'ui_widgets/media_control_card.dart';
EventBus eventBus = new EventBus(); EventBus eventBus = new EventBus();
const String appName = "HA Client"; const String appName = "HA Client";
const appVersion = "0.3.3.49"; const appVersion = "0.3.3.50";
String homeAssistantWebHost; String homeAssistantWebHost;

View File

@ -1,7 +1,7 @@
name: hass_client name: hass_client
description: Home Assistant Android Client description: Home Assistant Android Client
version: 0.3.3+49 version: 0.3.3+50
environment: environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0" sdk: ">=2.0.0-dev.68.0 <3.0.0"