Files
conti-retail-app/packages/feature_home/pubspec.yaml
T
2026-08-17 15:29:55 +08:00

33 lines
878 B
YAML
Raw 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: feature_home
description: 工作台(首页)。
publish_to: none
version: 0.1.0
resolution: workspace
# feature_* 的 pubspec 是包边界的**执行现场**:
# - 这里不出现 feature_authfeature 间禁止互相依赖,见 01)——工作台看起来
# "需要" 登录信息,但它拿的是 core_auth 的会话状态,不是 feature_auth 的页面
# - 这里不直接出现 go_router(路由类型由 core_router re-export,见 04
environment:
sdk: ^3.12.0
dependencies:
core_analytics: ^0.1.0
core_auth: ^0.1.0
core_foundation: ^0.1.0
core_network: ^0.1.0
core_router: ^0.1.0
core_ui: ^0.1.0
flutter:
sdk: flutter
flutter_riverpod: ^3.3.2
riverpod_annotation: ^4.0.3
dev_dependencies:
build_runner: ^2.4.13
flutter_lints: ^6.0.0
flutter_test:
sdk: flutter
mocktail: ^1.0.5
riverpod_generator: ^4.0.4