From b1474f1694b0c615b28dcb067cba402a963b57f6 Mon Sep 17 00:00:00 2001 From: jayesh Date: Fri, 3 May 2024 19:05:34 +0530 Subject: [PATCH] product recommendations api integration - pending --- lib/model/ProductsModel/call_recommendations_model.dart | 8 ++++---- lib/view/MainScreen/ShortTrade.dart | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/lib/model/ProductsModel/call_recommendations_model.dart b/lib/model/ProductsModel/call_recommendations_model.dart index 47c1dd0..6243b70 100644 --- a/lib/model/ProductsModel/call_recommendations_model.dart +++ b/lib/model/ProductsModel/call_recommendations_model.dart @@ -68,10 +68,10 @@ class ActiveCalls { String? stockImage; String? qty; String? duration; - int? currentPrice; - int? buyPrice; - int? targetPrice; - int? stopLoss; + String? currentPrice; + String? buyPrice; + String? targetPrice; + String? stopLoss; int? isSendRecommendationNow; Null? scheduleDateTime; String? createdAt; diff --git a/lib/view/MainScreen/ShortTrade.dart b/lib/view/MainScreen/ShortTrade.dart index 503b5f2..e45991b 100644 --- a/lib/view/MainScreen/ShortTrade.dart +++ b/lib/view/MainScreen/ShortTrade.dart @@ -155,7 +155,7 @@ class _ShortTradeState extends State { children: [ MyTabBar(), SizedBox( - height: 700.h, + height: 0.57.sh, child: TabBarView( children: [ ActiveCallsTab(productsController