This commit is contained in:
Yegor Vialov
2020-04-09 16:24:37 +00:00
parent e18b9ebe14
commit 49aeea634f
5 changed files with 4 additions and 8 deletions

View File

@ -1,7 +1,5 @@
import 'dart:convert';
import 'dart:async';
import 'dart:math';
//import 'dart:io';
import 'package:flutter/foundation.dart';
import 'package:flutter/rendering.dart';
import 'package:flutter/material.dart';
@ -10,7 +8,6 @@ import 'package:web_socket_channel/io.dart';
import 'package:event_bus/event_bus.dart';
import 'package:flutter/widgets.dart';
import 'package:cached_network_image/cached_network_image.dart';
//import 'package:path_provider/path_provider.dart';
import 'package:url_launcher/url_launcher.dart' as urlLauncher;
import 'package:flutter/services.dart';
import 'package:date_format/date_format.dart';
@ -150,7 +147,7 @@ EventBus eventBus = new EventBus();
final FirebaseMessaging _firebaseMessaging = FirebaseMessaging();
FlutterLocalNotificationsPlugin flutterLocalNotificationsPlugin = new FlutterLocalNotificationsPlugin();
const String appName = "HA Client";
const appVersionNumber = "0.8.0";
const appVersionNumber = "0.8.2";
const appVersionAdd = "";
const appVersion = "$appVersionNumber$appVersionAdd";