- 创建 ThemeProvider 管理主题状态 - 配置浅色和深色主题(Vercel/Linear 风格) - 集成 Google Fonts(Inter + JetBrains Mono) - 在我的页面添加主题切换开关 - 更新颜色系统符合 modernization-v2.md 规范 - 优化间距和圆角系统 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
47 lines
665 B
YAML
47 lines
665 B
YAML
name: flutter_monisuo
|
|
description: 模拟所 - 虚拟货币模拟交易平台
|
|
publish_to: 'none'
|
|
version: 1.0.0+1
|
|
|
|
environment:
|
|
sdk: '>=3.0.0 <4.0.0'
|
|
|
|
dependencies:
|
|
flutter:
|
|
sdk: flutter
|
|
|
|
# UI 组件库
|
|
shadcn_ui: ^0.52.1
|
|
|
|
# 状态管理
|
|
provider: ^6.1.1
|
|
|
|
# 网络请求
|
|
dio: ^5.4.0
|
|
|
|
# 本地存储
|
|
shared_preferences: ^2.2.2
|
|
|
|
# 国际化
|
|
flutter_localizations:
|
|
sdk: flutter
|
|
|
|
# 工具类
|
|
intl: ^0.20.2
|
|
decimal: ^2.3.3
|
|
|
|
# 字体
|
|
google_fonts: ^6.2.1
|
|
|
|
dev_dependencies:
|
|
flutter_test:
|
|
sdk: flutter
|
|
flutter_lints: ^3.0.1
|
|
|
|
flutter:
|
|
uses-material-design: true
|
|
|
|
assets:
|
|
- assets/images/
|
|
- assets/icons/tabbar/
|