Mobiles_programming/pubspec.yaml

40 lines
694 B
YAML
Raw Permalink Normal View History

2024-09-09 23:59:15 +04:00
name: mobiles_labs_5th_semester
description: "A new Flutter project."
2024-10-29 18:39:40 +04:00
publish_to: 'none'
2024-09-09 23:59:15 +04:00
version: 1.0.0+1
environment:
sdk: ^3.5.2
dependencies:
flutter:
sdk: flutter
cupertino_icons: ^1.0.8
2024-11-15 21:47:58 +04:00
# добавил в лаб 5
2024-10-29 18:39:40 +04:00
json_annotation: ^4.8.1
2024-11-15 21:47:58 +04:00
dio: ^5.4.2+1
pretty_dio_logger: ^1.3.1
# чтобы получить нормальное описание без html тегов
html: ^0.15.0
flutter_bloc: ^8.1.6
equatable: ^2.0.5
copy_with_extension_gen: ^5.0.4
2024-09-09 23:59:15 +04:00
dev_dependencies:
flutter_test:
sdk: flutter
2024-11-15 21:47:58 +04:00
# добавил в лаб 5
build_runner: ^2.4.9
json_serializable: ^6.7.1
2024-10-29 18:39:40 +04:00
2024-09-09 23:59:15 +04:00
flutter_lints: ^4.0.0
flutter:
uses-material-design: true