Partially #18. App name and app version as global const

This commit is contained in:
estevez
2018-09-17 01:03:34 +03:00
parent b1d426bafd
commit 0b359c9cdb
3 changed files with 17 additions and 6 deletions

View File

@ -7,7 +7,7 @@ description: Home Assistant Android Client
# Both the version and the builder number may be overridden in flutter
# build by specifying --build-name and --build-number, respectively.
# Read more about versioning at semver.org.
version: 0.0.5
version: 0.0.5+14
environment:
sdk: ">=2.0.0-dev.68.0 <3.0.0"
@ -18,6 +18,7 @@ dependencies:
shared_preferences: any
progress_indicators: ^0.1.2
event_bus: ^1.0.1
package_info: ^0.3.2
# The following adds the Cupertino Icons font to your application.
# Use with the CupertinoIcons class for iOS style icons.