Added package_info to get the package version
This commit is contained in:
parent
ef932f84e6
commit
aa496b0ed2
3 changed files with 52 additions and 42 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue