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