forked from firka/firka
114 lines
2.6 KiB
YAML
114 lines
2.6 KiB
YAML
name: firka
|
|
description: "Firka, Alternatív e-Kréta kliens."
|
|
publish_to: 'none'
|
|
|
|
version: 1.1.2+2001
|
|
|
|
environment:
|
|
sdk: ^3.11.0
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
firka_common:
|
|
path: ../firka_common
|
|
kreta_api:
|
|
path: ../kreta_api
|
|
|
|
cupertino_icons: ^1.0.8
|
|
flutter_launcher_icons: ^0.14.3
|
|
dio: ^5.8.0+1
|
|
isar_community: 3.3.0
|
|
isar_community_flutter_libs: 3.3.0
|
|
build_runner: any
|
|
path_provider: ^2.1.0
|
|
carousel_slider: ^5.0.0
|
|
webview_flutter: ^4.7.0
|
|
dart_jsonwebtoken: ^3.2.0
|
|
majesticons_flutter: ^0.0.1
|
|
watch_connectivity: ^0.2.1+1
|
|
permission_handler: ^12.0.1
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
intl: any
|
|
image_picker: ^1.1.2
|
|
image: ^4.5.4
|
|
path: ^1.9.1
|
|
flutter_screenutil: ^5.9.3
|
|
flutter_arc_text: ^0.6.0
|
|
flutter_svg: ^1.1.6
|
|
home_widget: ^0.8.0
|
|
crypto: ^3.0.6
|
|
transparent_pointer: ^1.0.1
|
|
flutter_staggered_grid_view: ^0.7.0
|
|
package_info_plus: ^9.0.0
|
|
smart_scroll: ^1.0.0
|
|
live_activities: ^2.4.1
|
|
logging: ^1.3.0
|
|
share_plus: ^12.0.0
|
|
sensors_plus: ^6.1.1
|
|
flutter_physics: ^0.2.0
|
|
url_launcher: ^6.3.2
|
|
shared_preferences: ^2.3.4
|
|
flutter_dotenv: ^5.2.1
|
|
xml: ^6.6.1
|
|
confetti: ^0.8.0
|
|
flutter_html: ^3.0.0
|
|
fl_chart: ^1.1.1
|
|
flutter_native_splash: ^2.4.7
|
|
go_router: ^17.1.0
|
|
flutter_bloc: ^9.0.0
|
|
vibration: ^3.1.8
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
yaml: ^3.1.2
|
|
isar_community_generator: 3.3.0
|
|
android_notification_icons: ^0.0.1
|
|
integration_test:
|
|
sdk: flutter
|
|
|
|
android_notification_icons:
|
|
image_path: 'assets/images/logos/dave_monochrome.png'
|
|
icon_name: 'ic_notification'
|
|
|
|
flutter:
|
|
generate: true
|
|
uses-material-design: true
|
|
assets:
|
|
- .env
|
|
- assets/images/logos/colored_logo.webp
|
|
- assets/images/logos/dave.svg
|
|
- assets/images/logos/loading.gif
|
|
- assets/images/carousel/
|
|
- assets/images/carousel_dark/
|
|
- assets/images/icons/
|
|
- assets/images/background.webp
|
|
- assets/images/wear_pair.svg
|
|
- assets/images/bubble.svg
|
|
- assets/icons/
|
|
- assets/majesticons/
|
|
- assets/swears/DirtyWords.xml
|
|
- assets/images/cactus_error_screen.png
|
|
- assets/images/logos/dave_error.png
|
|
- assets/icons/button/colorwheel.png
|
|
|
|
fonts:
|
|
- family: Montserrat
|
|
fonts:
|
|
- asset: assets/fonts/Montserrat-VariableFont_wght.ttf
|
|
style: normal
|
|
- family: Figtree
|
|
fonts:
|
|
- asset: assets/fonts/Figtree-VariableFont_wght.ttf
|
|
style: normal
|
|
- family: RobotoMono
|
|
fonts:
|
|
- asset: assets/fonts/RobotoMono-VariableFont_wght.ttf
|
|
style: normal
|
|
|
|
dependency_overrides:
|
|
vector_math: ^2.2.0
|