conflict solved

This commit is contained in:
kishan06
2024-06-11 11:32:16 +05:30
6 changed files with 25 additions and 13 deletions

View File

@@ -185,6 +185,8 @@ class _HomeScreenState extends State<HomeScreen> {
: SingleChildScrollView(
scrollDirection: Axis.horizontal,
child: Row(
mainAxisAlignment:
MainAxisAlignment.spaceAround,
children: [
commoncontainer(
width: 250.w,
@@ -209,7 +211,7 @@ class _HomeScreenState extends State<HomeScreen> {
.nSEINDEXNifty50!.lastPrice!,
),
),
sizedBoxWidth(8.w),
sizedBoxWidth(10.w),
commoncontainer(
width: 250.w,
text: homeModel
@@ -416,7 +418,7 @@ class _HomeScreenState extends State<HomeScreen> {
child: text16W400_DADADA(
'The Beauty and Power of Video')),
// sizedBoxWidth(10.w),
const Spacer(),
SizedBox(width: 4),
InkWell(
onTap: () {
Get.toNamed(RouteName.contentbytes);
@@ -805,7 +807,7 @@ Widget commoncontainer({
),
),
child: Padding(
padding: EdgeInsets.symmetric(vertical: 10.h, horizontal: 5.w),
padding: EdgeInsets.symmetric(vertical: 10.h, horizontal: 4.w),
child: Column(
children: [
Row(
@@ -830,7 +832,7 @@ Widget commoncontainer({
),
],
),
sizedBoxHeight(8.w),
sizedBoxHeight(6.w),
text14W400(
rate.contains("-")
? "$rate ($percentageChange%)"