app scaffold
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/// 登录、登出、门店选择。
|
||||
///
|
||||
/// 对外只暴露三样东西:[buildAuthRoutes](给 app/ 拼路由表)、
|
||||
/// [authRepositoryProvider](给 app/ override `sessionRemoteProvider`)、
|
||||
/// 以及登录动作的 [loginControllerProvider]。页面本身不导出——别的包没有
|
||||
/// 直接构造它们的正当理由。
|
||||
library;
|
||||
|
||||
export 'src/data/auth_repository.dart' show AuthRepository, LoginResult, authRepositoryProvider;
|
||||
export 'src/presentation/login_controller.dart';
|
||||
export 'src/routes.dart';
|
||||
Reference in New Issue
Block a user