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

31 lines
746 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_auth
description: 登录、登出、门店选择。
publish_to: none
version: 0.1.0
resolution: workspace
# feature_* 的 pubspec 是包边界的**执行现场**:
# - 这里不出现任何另一个 feature_*(feature 间禁止互相依赖,见 01)
# - 这里不直接出现 go_router(路由类型由 core_router re-export,见 04
environment:
sdk: ^3.12.0
dependencies:
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