Browse Source

update

develop
sina 2 days ago
parent
commit
0bb729793d
  1. 10
      lib/features/level/presentation/bloc/level_bloc.dart

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

@ -113,14 +113,14 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> {
index: 10,
),
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 0.75.h, tablet: 1.39.h),
left: setSize(context: MyContext.get, mobile: 0.15.w, tablet: 0.58.w),
bottom: setSize(context: MyContext.get, mobile: 0.75.h, tablet: 1.37.h),
left: setSize(context: MyContext.get, mobile: 0.15.w, tablet: 0.635.w),
index: 11,
),
//////
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 0.78.h, tablet: 1.52.h),
left: setSize(context: MyContext.get, mobile: 0.4.w, tablet: 0.45.w),
bottom: setSize(context: MyContext.get, mobile: 0.78.h, tablet: 1.43.h),
left: setSize(context: MyContext.get, mobile: 0.4.w, tablet: 0.545.w),
index: 12,
),
/////
@ -135,7 +135,7 @@ class LevelBloc extends Bloc<LevelEvent, LevelState> {
index: 14,
),
LevelLocation(
bottom: setSize(context: MyContext.get, mobile: 0.94.h, tablet: 1.62.h),
bottom: setSize(context: MyContext.get, mobile: 0.94.h, tablet: 1.636.h),
left: setSize(context: MyContext.get, mobile: 0.45.w, tablet: 0.3.w),
index: 15,
),

Loading…
Cancel
Save