- flutter create 初始化 + 依赖(riverpod 3/dio/go_router/three_dart 0.0.16) - ApiClient:JWT 拦截器 + 统一响应解包 + 401 登出回调 + multipart 上传 - TokenStorage(shared_preferences)+ AuthNotifier 登录/登出 - 登录页(含注册对话框)+ 4 Tab 主框架 - 6 个单元测试通过(网络层 4 + 认证 2) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
46 lines
1.7 KiB
Plaintext
46 lines
1.7 KiB
Plaintext
# This file tracks properties of this Flutter project.
|
|
# Used by Flutter tool to assess capabilities and perform upgrades etc.
|
|
#
|
|
# This file should be version controlled and should not be manually edited.
|
|
|
|
version:
|
|
revision: "058e0af2c2b57e369d905a03ac9748b0ebf543c6"
|
|
channel: "stable"
|
|
|
|
project_type: app
|
|
|
|
# Tracks metadata for the flutter migrate command
|
|
migration:
|
|
platforms:
|
|
- platform: root
|
|
create_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
base_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
- platform: android
|
|
create_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
base_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
- platform: ios
|
|
create_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
base_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
- platform: linux
|
|
create_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
base_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
- platform: macos
|
|
create_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
base_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
- platform: web
|
|
create_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
base_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
- platform: windows
|
|
create_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
base_revision: 058e0af2c2b57e369d905a03ac9748b0ebf543c6
|
|
|
|
# User provided section
|
|
|
|
# List of Local paths (relative to this file) that should be
|
|
# ignored by the migrate tool.
|
|
#
|
|
# Files that are not part of the templates will be ignored by default.
|
|
unmanaged_files:
|
|
- 'lib/main.dart'
|
|
- 'ios/Runner.xcodeproj/project.pbxproj'
|