product recommendations api integration - pending
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -155,7 +155,7 @@ class _ShortTradeState extends State<ShortTrade> {
|
||||
children: [
|
||||
MyTabBar(),
|
||||
SizedBox(
|
||||
height: 700.h,
|
||||
height: 0.57.sh,
|
||||
child: TabBarView(
|
||||
children: [
|
||||
ActiveCallsTab(productsController
|
||||
|
||||
Reference in New Issue
Block a user