Template
Core 基础设施:Flavor 三包体系、Drift+SQLCipher 加密数据库 7 拦截器 Dio 网络栈、CrashReporter 崩溃日志、Sealed Failure 错误体系 5 色板主题系统、Auth 认证骨架(Clean Architecture)、Dev Panel、Mock Adapter 通过验证:flutter analyze(0 errors)、flutter test(全绿)、staging APK 74.8MB
4 lines
217 B
Dart
4 lines
217 B
Dart
// Auth feature provider 出口 — presentation 层通过此文件访问 authRepositoryProvider
|
|
export 'package:sunny_mochi/features/auth/data/repositories/auth_repository_impl.dart'
|
|
show authRepositoryProvider;
|