student-legacy/filcnaplo/pubspec.yaml
2023-12-26 00:12:45 +01:00

174 lines
4.9 KiB
YAML

name: filcnaplo
description: "Nem hivatalos e-napló alkalmazás az e-Kréta rendszerhez"
homepage: https://refilc.hu
publish_to: "none"
version: 4.5.1+238
environment:
sdk: ">=2.17.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.2
# Local filcnaplo packages
filcnaplo_mobile_ui:
path: "../filcnaplo_mobile_ui/"
filcnaplo_desktop_ui:
path: "../filcnaplo_desktop_ui/"
filcnaplo_kreta_api:
path: "../filcnaplo_kreta_api/"
filcnaplo_premium:
path: "../filcnaplo_premium/"
flutter_localizations:
sdk: flutter
i18n_extension: ^10.0.1
sqflite: ^2.2.0+2
intl: ^0.18.0
provider: ^5.0.0
http: ^0.13.3
uuid: ^4.2.1
html: ^0.15.0
open_filex: ^4.3.4
# open_file:
# git:
# url: https://github.com/crazecoder/open_file
# ref: master
path_provider: ^2.0.2
permission_handler: ^11.0.1
share_plus: ^7.0.2
connectivity_plus: ^5.0.2
flutter_displaymode: ^0.6.0
quick_actions: ^1.0.1
animated_list_plus: ^0.5.0
dynamic_color: ^1.2.2
material_color_utilities: ^0.5.0
crypto: ^3.0.2
elegant_notification: ^1.6.1
flutter_feather_icons: ^2.0.0+1
live_activities: ^1.7.4
animated_flip_counter: ^0.2.5
lottie: ^1.4.3
rive: ^0.9.1
animated_background: ^2.0.0
dropdown_button2: ^1.9.4
home_widget: ^0.1.6
flutter_expandable_fab: ^2.0.0
uni_links: ^0.5.1
url_launcher: ^6.1.6
workmanager: ^0.5.1
flutter_svg: ^1.1.6
image_picker: ^0.8.6
animations: ^2.0.1
background_fetch: ^1.1.5
flutter_local_notifications: ^16.2.0
package_info_plus: ^4.0.2
screenshot: ^2.1.0
flutter_staggered_grid_view: ^0.7.0
sqflite_common_ffi_web: ^0.4.0
image_crop:
git:
url: https://github.com/kimaah/image_crop.git
dev_dependencies:
flutter_lints: ^3.0.1
flutter_launcher_icons: "^0.13.1"
flutter_native_splash: "^2.3.0"
sqflite_common_ffi: ^2.0.0+3
flutter:
uses-material-design: true
assets:
- assets/icons/ic_launcher.png
- assets/icons/ic_splash.png
- assets/animations/
- assets/images/
- assets/images/subject_covers/
- assets/launch_icons/
fonts:
- family: FilcIcons
fonts:
- asset: assets/fonts/FilcIcons.ttf
- family: Montserrat
fonts:
- asset: assets/fonts/Montserrat/Montserrat-Black.ttf
weight: 900
- asset: assets/fonts/Montserrat/Montserrat-BlackItalic.ttf
weight: 900
style: italic
- asset: assets/fonts/Montserrat/Montserrat-ExtraBold.ttf
weight: 800
- asset: assets/fonts/Montserrat/Montserrat-ExtraBoldItalic.ttf
weight: 800
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Bold.ttf
weight: 700
- asset: assets/fonts/Montserrat/Montserrat-BoldItalic.ttf
weight: 700
style: italic
- asset: assets/fonts/Montserrat/Montserrat-SemiBold.ttf
weight: 600
- asset: assets/fonts/Montserrat/Montserrat-SemiBoldItalic.ttf
weight: 600
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Medium.ttf
weight: 500
- asset: assets/fonts/Montserrat/Montserrat-MediumItalic.ttf
weight: 500
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Regular.ttf
weight: 400
- asset: assets/fonts/Montserrat/Montserrat-Italic.ttf
weight: 400
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Light.ttf
weight: 300
- asset: assets/fonts/Montserrat/Montserrat-LightItalic.ttf
weight: 300
style: italic
- asset: assets/fonts/Montserrat/Montserrat-ExtraLight.ttf
weight: 200
- asset: assets/fonts/Montserrat/Montserrat-ExtraLightItalic.ttf
weight: 200
style: italic
- asset: assets/fonts/Montserrat/Montserrat-Thin.ttf
weight: 100
- asset: assets/fonts/Montserrat/Montserrat-ThinItalic.ttf
weight: 100
style: italic
- family: SpaceMono
fonts:
- asset: assets/fonts/SpaceMono/SpaceMono-Regular.ttf
- asset: assets/fonts/SpaceMono/SpaceMono-Bold.ttf
weight: 700
- asset: assets/fonts/SpaceMono/SpaceMono-Italic.ttf
style: italic
- asset: assets/fonts/SpaceMono/SpaceMono-BoldItalic.ttf
weight: 700
style: italic
flutter_launcher_icons:
image_path: assets/icons/ic_android.png
android: true
adaptive_icon_background: "#3D7BF4"
adaptive_icon_foreground: assets/icons/ic_android.png
ios: false
remove_alpha_ios: false
flutter_native_splash:
color: "#3D7BF4"
image: assets/icons/ic_splash.png
android_12:
image: assets/icons/ic_splash.png
android: true
android_gravity: center
ios: true
ios_content_mode: center
web: false