product recommendations api integration - pending

This commit is contained in:
jayesh
2024-05-03 19:05:34 +05:30
parent f65afd9f6d
commit b1474f1694
2 changed files with 5 additions and 5 deletions

View File

@@ -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;

View File

@@ -155,7 +155,7 @@ class _ShortTradeState extends State<ShortTrade> {
children: [
MyTabBar(),
SizedBox(
height: 700.h,
height: 0.57.sh,
child: TabBarView(
children: [
ActiveCallsTab(productsController