Logo white

GitLab

liangchengyou / wow_english

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • wow_english
  • lib
  • pages
  • user
  • bloc
  • user_state.dart
  • feat: toast_util.dart ...
    c61b3c1a
    fixed: user_page.dart
    Key authored
    2023-06-28 15:53:19 +0800  
    Browse Code ยป
user_state.dart 137 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7
part of 'user_bloc.dart';

sealed class UserState {}

class UserInitial extends UserState {}

class UserInfoUpdated extends UserState {}