Files
rasadyar_application/packages/livestock/pubspec.yaml

38 lines
665 B
YAML
Raw Normal View History

2025-05-19 16:17:01 +03:30
name: rasadyar_livestock
2025-05-18 11:15:28 +03:30
description: A starting point for Dart libraries or applications.
version: 1.0.0
2025-05-18 11:50:15 +03:30
publish_to: 'none'
2025-05-18 11:15:28 +03:30
# repository: https://github.com/my_org/my_repo
environment:
2025-06-02 09:52:39 +03:30
sdk: ^3.8.1
2025-05-18 11:15:28 +03:30
dependencies:
2025-05-19 16:17:01 +03:30
flutter:
sdk: flutter
2025-05-18 11:50:15 +03:30
rasadyar_core:
path: ../core
2025-05-19 16:17:01 +03:30
rasadyar_auth:
path: ../auth
2025-05-18 11:15:28 +03:30
##code generation
freezed_annotation: ^3.0.0
json_annotation: ^4.9.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^5.0.0
lints: ^5.0.0
test: ^1.24.0
##code generation
build_runner: ^2.4.15
hive_ce_generator: ^1.9.1
freezed: ^3.0.6
json_serializable: ^6.9.4
##test
mocktail: ^1.0.4
get_test: ^4.0.1