Added package_info to get the package version

This commit is contained in:
Vicente J. Ruiz Jurado 2018-08-14 09:41:03 +02:00
parent ef932f84e6
commit aa496b0ed2
3 changed files with 52 additions and 42 deletions

View file

@ -1,10 +1,11 @@
library fires.globals;
import 'dart:async';
import 'package:flutter/material.dart';
import 'package:shared_preferences/shared_preferences.dart';
import 'dart:async';
final String appVersion = '1.6';
String appVersion;
final Widget appMediumIcon =
Image.asset('images/logo-200.png', width: 60.0, height: 60.0);