2022-04-04 20:22:30 +02:00
|
|
|
name: opencanteen
|
|
|
|
description: Open-source mobilní aplikace pro přístup do iCanteen
|
|
|
|
|
|
|
|
publish_to: 'none'
|
|
|
|
|
|
|
|
# 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 +.
|
2023-11-28 20:09:17 +01:00
|
|
|
version: 1.10.0+32
|
2022-04-04 20:22:30 +02:00
|
|
|
|
|
|
|
environment:
|
2023-01-28 14:30:54 +01:00
|
|
|
sdk: ">=2.18.2 <3.0.0"
|
2022-04-04 20:22:30 +02:00
|
|
|
|
|
|
|
dependencies:
|
2024-01-22 04:00:30 +01:00
|
|
|
canteenlib: ^4.0.0
|
2022-04-04 20:22:30 +02:00
|
|
|
flutter:
|
|
|
|
sdk: flutter
|
2023-11-28 19:12:58 +01:00
|
|
|
flutter_local_notifications: ^16.0.0
|
2023-09-12 21:00:54 +02:00
|
|
|
flutter_localizations:
|
2022-04-05 19:48:14 +02:00
|
|
|
sdk: flutter
|
2023-09-12 21:00:54 +02:00
|
|
|
flutter_native_timezone: ^2.0.0
|
2023-11-28 19:12:37 +01:00
|
|
|
flutter_secure_storage: ^9.0.0
|
2023-09-12 21:00:54 +02:00
|
|
|
fluttertoast: ^8.1.2
|
|
|
|
intl: ^0.18.0
|
|
|
|
introduction_screen: ^3.0.1
|
2023-11-28 19:09:42 +01:00
|
|
|
package_info_plus: ^5.0.0
|
2022-04-26 18:20:42 +02:00
|
|
|
path_provider: ^2.0.9
|
2023-09-12 21:00:54 +02:00
|
|
|
settings_ui: ^2.0.2
|
2022-05-02 12:07:47 +02:00
|
|
|
shared_preferences: ^2.0.13
|
2022-11-17 12:19:38 +01:00
|
|
|
timezone: ^0.9.0
|
2023-09-12 21:00:54 +02:00
|
|
|
url_launcher: ^6.0.20
|
2022-04-04 20:22:30 +02:00
|
|
|
|
|
|
|
dev_dependencies:
|
2023-09-12 20:30:30 +02:00
|
|
|
flutter_launcher_icons: ^0.13.0
|
2023-11-28 19:12:19 +01:00
|
|
|
flutter_lints: ^3.0.0
|
2022-04-04 20:22:30 +02:00
|
|
|
|
|
|
|
flutter_icons:
|
2022-11-17 12:19:38 +01:00
|
|
|
android: true
|
2022-04-04 20:22:30 +02:00
|
|
|
ios: true
|
|
|
|
image_path: "assets/icon.jpg"
|
2022-11-17 12:19:38 +01:00
|
|
|
adaptive_icon_background: "#4f4685"
|
|
|
|
adaptive_icon_foreground: "assets/fore.png"
|
2022-04-04 20:22:30 +02:00
|
|
|
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
2023-01-28 15:41:17 +01:00
|
|
|
generate: true
|
2022-04-04 20:22:30 +02:00
|
|
|
|
|
|
|
# To add assets to your application, add an assets section, like this:
|
2022-05-18 19:38:11 +02:00
|
|
|
assets:
|
2022-09-26 16:46:22 +02:00
|
|
|
- assets/
|
2022-04-04 20:22:30 +02:00
|
|
|
# An image asset can refer to one or more resolution-specific "variants", see
|
|
|
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
|
|
|
# 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
|