Browse Source

fix level location on map

develop
sina 3 days ago
parent
commit
01a6ce3606
  1. 16
      lib/features/level/presentation/bloc/level_bloc.dart

16
lib/features/level/presentation/bloc/level_bloc.dart

@ -102,11 +102,11 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> {
left: setSize(context: MyContext.get, mobile: 0.5.w, tablet: 0.27.w),
),
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 0.6185.h, tablet: 1.05.h),
left: setSize(context: MyContext.get, mobile: 0.33.w, tablet: 0.08.w),
bottom: setSize(context: MyContext.get, mobile: 0.615.h, tablet: 1.05.h),
left: setSize(context: MyContext.get, mobile: 0.305.w, tablet: 0.08.w),
),
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 0.646.h, tablet: 1.17.h),
bottom: setSize(context: MyContext.get, mobile: 0.643.h, tablet: 1.17.h),
left: setSize(context: MyContext.get, mobile: 0.143.w, tablet: 0.09.w),
),
LevelLocation(
@ -118,13 +118,13 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> {
left: setSize(context: MyContext.get, mobile: 0.07.w, tablet: 0.53.w),
),
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 0.759.h, tablet: 1.37.h),
left: setSize(context: MyContext.get, mobile: 0.21.w, tablet: 0.635.w),
bottom: setSize(context: MyContext.get, mobile: 0.75.h, tablet: 1.37.h),
left: setSize(context: MyContext.get, mobile: 0.182.w, tablet: 0.635.w),
),
//////
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 0.776.h, tablet: 1.43.h),
left: setSize(context: MyContext.get, mobile: 0.345.w, tablet: 0.545.w),
left: setSize(context: MyContext.get, mobile: 0.353.w, tablet: 0.545.w),
),
/////
LevelLocation(
@ -144,7 +144,7 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> {
left: setSize(context: MyContext.get, mobile: 0.45.w, tablet: 0.11.w),
),
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 1.042.h, tablet: 1.7.h),
bottom: setSize(context: MyContext.get, mobile: 1.028.h, tablet: 1.7.h),
left: setSize(context: MyContext.get, mobile: 0.2.w, tablet: 0.0.w),
),
LevelLocation(
@ -152,7 +152,7 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> {
left: setSize(context: MyContext.get, mobile: 0, tablet: 0.0.w),
),
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 1.19.h, tablet: 1.89.h),
bottom: setSize(context: MyContext.get, mobile: 1.175.h, tablet: 1.89.h),
left: setSize(context: MyContext.get, mobile: 0, tablet: 0.19.w),
),
LevelLocation(

Loading…
Cancel
Save