mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-16 18:16:21 +00:00
profile page fix bugs
This commit is contained in:
@ -7,8 +7,8 @@ import 'package:shared_preferences/shared_preferences.dart';
|
|||||||
import 'package:syncrow_app/features/app_layout/bloc/home_cubit.dart';
|
import 'package:syncrow_app/features/app_layout/bloc/home_cubit.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/profile_event.dart';
|
import 'package:syncrow_app/features/menu/bloc/profile_bloc/profile_event.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/profile_state.dart';
|
import 'package:syncrow_app/features/menu/bloc/profile_bloc/profile_state.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/region_model.dart';
|
import 'package:syncrow_app/features/menu/model/region_model.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/time_zone_model.dart';
|
import 'package:syncrow_app/features/menu/model/time_zone_model.dart';
|
||||||
import 'package:syncrow_app/services/api/profile_api.dart';
|
import 'package:syncrow_app/services/api/profile_api.dart';
|
||||||
import 'package:syncrow_app/utils/helpers/snack_bar.dart';
|
import 'package:syncrow_app/utils/helpers/snack_bar.dart';
|
||||||
import 'package:image_picker/image_picker.dart';
|
import 'package:image_picker/image_picker.dart';
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
import 'package:equatable/equatable.dart';
|
import 'package:equatable/equatable.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/region_model.dart';
|
import 'package:syncrow_app/features/menu/model/region_model.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/time_zone_model.dart';
|
import 'package:syncrow_app/features/menu/model/time_zone_model.dart';
|
||||||
|
|
||||||
class ProfileState extends Equatable {
|
class ProfileState extends Equatable {
|
||||||
const ProfileState();
|
const ProfileState();
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
import 'dart:async';
|
import 'dart:async';
|
||||||
import 'package:syncrow_app/features/app_layout/bloc/home_cubit.dart';
|
import 'package:syncrow_app/features/app_layout/bloc/home_cubit.dart';
|
||||||
import 'package:syncrow_app/features/auth/model/user_model.dart';
|
import 'package:syncrow_app/features/auth/model/user_model.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/region_model.dart';
|
import 'package:syncrow_app/features/menu/model/region_model.dart';
|
||||||
import 'package:syncrow_app/features/menu/bloc/profile_bloc/time_zone_model.dart';
|
import 'package:syncrow_app/features/menu/model/time_zone_model.dart';
|
||||||
import 'package:syncrow_app/services/api/api_links_endpoints.dart';
|
import 'package:syncrow_app/services/api/api_links_endpoints.dart';
|
||||||
import 'package:syncrow_app/services/api/http_service.dart';
|
import 'package:syncrow_app/services/api/http_service.dart';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user