Add settings for Hass.io url and password

This commit is contained in:
estevez
2018-09-10 03:06:35 +03:00
parent 4e88be56c3
commit 504139f248
7 changed files with 225 additions and 36 deletions

View File

@ -242,6 +242,13 @@ packages:
url: "https://pub.dartlang.org"
source: hosted
version: "2.0.0+1"
shared_preferences:
dependency: "direct main"
description:
name: shared_preferences
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.2"
shelf:
dependency: transitive
description:
@ -382,3 +389,4 @@ packages:
version: "2.1.15"
sdks:
dart: ">=2.0.0-dev.68.0 <3.0.0"
flutter: ">=0.1.4 <2.0.0"