101 lines
2.9 KiB
YAML
Executable File
101 lines
2.9 KiB
YAML
Executable File
name: touch_demonstrator
|
|
description: A new Flutter project.
|
|
|
|
# The following defines the version and build number for your application.
|
|
# A version number is three numbers separated by dots, like 1.2.43
|
|
# followed by an optional build number separated by a +.
|
|
# 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: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=2.0.0 <3.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
# flutter_blue: ^0.5.0
|
|
flutter_blue: ^0.5.0
|
|
# The following adds the Cupertino Icons font to your application.
|
|
# Use with the CupertinoIcons class for iOS style icons.
|
|
cupertino_icons: ^0.1.2
|
|
flare_flutter: ^1.4.1
|
|
flutter_svg: ^0.9.0+1
|
|
flutter_bloc: ^0.11.1
|
|
rxdart: ^0.21.0
|
|
#url_launcher: ^4.2.0
|
|
webview_flutter: ^0.3.3+1
|
|
#rubber: ^0.2.6
|
|
vibrate: ^0.0.4
|
|
screen: ^0.0.4 # this will keep on screen
|
|
splashscreen: ^1.2.0
|
|
dartdoc: ^0.28.0
|
|
|
|
|
|
dev_dependencies:
|
|
flutter_driver:
|
|
sdk: flutter
|
|
test: any
|
|
#^1.5.1
|
|
flutter_launcher_icons: ^0.7.0
|
|
|
|
flutter_icons:
|
|
android: "launcher_icon"
|
|
ios: true
|
|
image_path: "assets/icon/icon.png"
|
|
|
|
|
|
# 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
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
|
assets:
|
|
# Sensor Image
|
|
- assets/sensor.png
|
|
# Slider Image
|
|
- assets/slider_4.png
|
|
# button Images
|
|
- assets/buttons/
|
|
# Flare Animations
|
|
- assets/Animations/
|
|
# Logos
|
|
- assets/PolyIC/
|
|
# HTML pages for Drawer
|
|
- assets/html/
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
# 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:
|
|
# 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
|