PIbd-31_Kryukov_A._I._PMD/pubspec.yaml
Алексей Крюков 4399e53a92 lab_5_done
2024-11-12 15:26:54 +04:00

47 lines
1.1 KiB
YAML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

name: flutter_test_app
description: "A new Flutter project."
publish_to: 'none'
version: 1.0.0+1
environment:
sdk: ">=2.18.0 <4.0.0" # Убедитесь, что версия SDK совместима с последними библиотеками
dependencies:
flutter:
sdk: flutter
provider: ^6.0.0
http: ^1.2.2
cupertino_icons: ^1.0.8
shared_preferences: ^2.0.0
json_annotation: ^4.8.1
dio: ^5.4.2+1
pretty_dio_logger: ^1.4.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
build_runner: ^2.4.9
json_serializable: ^6.7.1
flutter:
uses-material-design: true
# Uncomment and add assets if needed
# assets:
# - images/a_dot_burr.jpeg
# - images/a_dot_ham.jpeg
# Fonts configuration if needed
# 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