2018-09-10 00:34:52 +03:00
|
|
|
name: hass_client
|
|
|
|
description: Home Assistant Android Client
|
|
|
|
|
2019-09-26 22:46:52 +03:00
|
|
|
version: 0.6.8+682
|
2018-09-10 00:34:52 +03:00
|
|
|
|
|
|
|
environment:
|
|
|
|
sdk: ">=2.0.0-dev.68.0 <3.0.0"
|
|
|
|
|
|
|
|
dependencies:
|
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2018-11-16 14:30:43 +02:00
|
|
|
web_socket_channel: any
|
2018-09-10 03:06:35 +03:00
|
|
|
shared_preferences: any
|
2018-11-12 20:28:10 +02:00
|
|
|
progress_indicators: any
|
|
|
|
event_bus: any
|
|
|
|
cached_network_image: any
|
|
|
|
url_launcher: any
|
|
|
|
date_format: any
|
2019-09-26 22:46:52 +03:00
|
|
|
charts_flutter: ^0.8.1
|
2019-01-23 23:34:45 +02:00
|
|
|
flutter_markdown: any
|
2019-09-26 22:46:52 +03:00
|
|
|
in_app_purchase: ^0.2.1+4
|
2019-08-16 12:32:36 +03:00
|
|
|
# flutter_svg: ^0.10.3
|
2019-03-13 17:05:15 +02:00
|
|
|
flutter_custom_tabs: ^0.6.0
|
2019-09-26 22:46:52 +03:00
|
|
|
firebase_messaging: ^5.1.6
|
2019-09-14 12:31:50 +03:00
|
|
|
flutter_webview_plugin: ^0.3.8
|
2019-09-18 21:42:46 +03:00
|
|
|
flutter_secure_storage: ^3.3.1+1
|
2019-10-09 20:45:46 +03:00
|
|
|
device_info: ^0.4.0+3
|
|
|
|
flutter_local_notifications: ^0.8.4
|
2019-09-09 12:25:13 +03:00
|
|
|
share:
|
|
|
|
git:
|
|
|
|
url: https://github.com/d-silveira/flutter-share.git
|
2018-09-10 00:34:52 +03:00
|
|
|
|
|
|
|
dev_dependencies:
|
|
|
|
flutter_test:
|
|
|
|
sdk: flutter
|
2018-11-12 20:28:10 +02:00
|
|
|
flutter_launcher_icons: any
|
2018-09-10 00:34:52 +03:00
|
|
|
|
2018-09-18 23:21:05 +03:00
|
|
|
flutter_icons:
|
|
|
|
android: true
|
|
|
|
ios: false
|
|
|
|
image_path: "images/icon/icon.png"
|
2018-09-10 00:34:52 +03:00
|
|
|
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
|
|
# following page: https://www.dartlang.org/tools/pub/pubspec
|
|
|
|
|
|
|
|
# The following section is specific to Flutter.
|
|
|
|
flutter:
|
|
|
|
|
|
|
|
# The following line ensures that the Material Icons font is
|
|
|
|
# included with your application, so that you can use the icons in
|
|
|
|
# the material Icons class.
|
|
|
|
uses-material-design: true
|
|
|
|
|
2018-09-17 00:28:19 +03:00
|
|
|
assets:
|
|
|
|
- images/hassio-192x192.png
|
2019-09-02 19:05:49 +03:00
|
|
|
- assets/js/externalAuth.js
|
2018-09-10 00:34:52 +03:00
|
|
|
|
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.io/assets-and-images/#resolution-aware.
|
|
|
|
|
|
|
|
# For details regarding adding assets from package dependencies, see
|
|
|
|
# https://flutter.io/assets-and-images/#from-packages
|
|
|
|
|
|
|
|
# To add custom fonts to your application, add a fonts section here,
|
|
|
|
# in this "flutter" section. Each entry in this list should have a
|
|
|
|
# "family" key with the font family name, and a "fonts" key with a
|
|
|
|
# list giving the asset and other descriptors for the font. For
|
|
|
|
# example:
|
2018-09-16 00:06:07 +03:00
|
|
|
fonts:
|
|
|
|
- family: "Material Design Icons"
|
|
|
|
fonts:
|
2019-06-21 21:28:37 +03:00
|
|
|
- asset: fonts/materialdesignicons-webfont-3-6-95.ttf
|
2018-09-10 00:34:52 +03:00
|
|
|
# fonts:
|
|
|
|
# - family: Schyler
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/Schyler-Regular.ttf
|
|
|
|
# - asset: fonts/Schyler-Italic.ttf
|
|
|
|
# style: italic
|
|
|
|
# - family: Trajan Pro
|
|
|
|
# fonts:
|
|
|
|
# - asset: fonts/TrajanPro.ttf
|
|
|
|
# - asset: fonts/TrajanPro_Bold.ttf
|
|
|
|
# weight: 700
|
|
|
|
#
|
|
|
|
# For details regarding fonts from package dependencies,
|
|
|
|
# see https://flutter.io/custom-fonts/#from-packages
|