37 lines
633 B
YAML
37 lines
633 B
YAML
name: rasadyar_livestock
|
|
description: A starting point for Dart libraries or applications.
|
|
version: 2.0.1
|
|
publish_to: 'none'
|
|
# repository: https://github.com/my_org/my_repo
|
|
|
|
environment:
|
|
sdk: ^3.10.0
|
|
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
rasadyar_core:
|
|
path: ../core
|
|
|
|
##code generation
|
|
freezed_annotation: ^3.1.0
|
|
json_annotation: ^4.9.0
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^6.0.0
|
|
lints: ^6.0.0
|
|
test: ^1.25.15
|
|
##code generation
|
|
build_runner: ^2.7.1
|
|
hive_ce_generator: ^1.9.3
|
|
freezed: ^3.2.3
|
|
json_serializable: ^6.11.1
|
|
|
|
##test
|
|
mocktail: ^1.0.4
|
|
get_test: ^4.0.1
|
|
|
|
|