Blame view

lib/pages/user/bloc/user_state.dart 190 Bytes
22b7d4da   Key   feat: user, api path
1
2
  part of 'user_bloc.dart';
  
c61b3c1a   Key   feat: toast_util....
3
  sealed class UserState {}
22b7d4da   Key   feat: user, api path
4
5
  
  class UserInitial extends UserState {}
c61b3c1a   Key   feat: toast_util....
6
7
  
  class UserInfoUpdated extends UserState {}
795fb23f   吴启风   feat:支付成功刷新用户数据
8
9
  
  class UserPayStateChangedState extends UserState {}