81 lines
2.3 KiB
YAML
81 lines
2.3 KiB
YAML
name: cvak
|
|
description: Open-source správce jízdenek pro české vlakové dopravce
|
|
|
|
publish_to: 'none'
|
|
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=2.18.4 <3.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
json_annotation: ^4.7.0
|
|
json_serializable: ^6.5.4
|
|
cupertino_icons: ^1.0.2
|
|
http: ^0.13.5
|
|
path_provider: ^2.0.11
|
|
file_picker: ^5.2.3
|
|
shared_preferences: ^2.0.15
|
|
flash: ^2.0.5
|
|
package_info_plus: ^3.0.2
|
|
url_launcher: ^6.1.7
|
|
permission_handler: ^10.2.0
|
|
device_info_plus: ^8.0.0
|
|
|
|
dev_dependencies:
|
|
build_runner: ^2.3.2
|
|
flutter_launcher_icons: "^0.11.0"
|
|
flutter_lints: ^2.0.0
|
|
|
|
flutter_icons:
|
|
android: true
|
|
ios: true
|
|
image_path: "assets/icon.png"
|
|
min_sdk_android: 21 # android min sdk min:16, default 21
|
|
adaptive_icon_background: "#ffffff"
|
|
adaptive_icon_foreground: "assets/mono.png"
|
|
remove_alpha_ios: true
|
|
|
|
# For information on the generic Dart part of this file, see the
|
|
# following page: https://dart.dev/tools/pub/pubspec
|
|
|
|
# The following section is specific to Flutter packages.
|
|
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:
|
|
# - images/a_dot_burr.jpeg
|
|
# - images/a_dot_ham.jpeg
|
|
|
|
# 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
|