Data parsing refactored to properly handle errors

This commit is contained in:
estevez
2018-09-19 00:24:32 +03:00
parent f844d89222
commit e5fbc40c66
3 changed files with 33 additions and 30 deletions

View File

@ -13,7 +13,7 @@ part 'data_model.dart';
EventBus eventBus = new EventBus();
const String appName = "HA Client";
const appVersion = "0.0.9-alpha";
const appVersion = "0.0.8";
void main() => runApp(new HassClientApp());