Files
flutter_thingsboard_app/pubspec.yaml
2021-05-06 14:51:26 +03:00

75 lines
2.0 KiB
YAML

name: thingsboard_app
description: Flutter ThingsBoard Mobile Application
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
thingsboard_client:
git: git@github.com:thingsboard/dart_thingsboard_client.git
intl: ^0.17.0
flutter_secure_storage: ^4.1.0
flutter_speed_dial: ^3.0.5
cupertino_icons: ^1.0.2
fluro: ^2.0.3
flutter_svg: ^0.22.0
infinite_scroll_pagination: ^3.0.1
fading_edge_scrollview: ^2.0.0
stream_transform: ^2.0.0
flutter_inappwebview: ^5.3.2
url_launcher: ^6.0.3
image_picker: ^0.7.4
mime: ^1.0.0
logger: ^1.0.0
qr_code_scanner: ^0.4.0
device_info: ^2.0.0
geolocator: ^7.0.3
dev_dependencies:
flutter_test:
sdk: flutter
flutter_launcher_icons: ^0.9.0
flutter:
uses-material-design: true
assets:
- assets/images/
# An image asset can refer to one or more resolution-specific "variants", see
# https://flutter.dev/assets-and-images/#resolution-aware.
# For details regarding adding assets from package dependencies, see
# https://flutter.dev/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:
# 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.dev/custom-fonts/#from-packages
flutter_icons:
android: "launcher_icon"
ios: true
remove_alpha_ios: true
image_path: "assets/images/thingsboard.png"