Merge pull request #46 from WDI-Ideas/jayeshjain25

product recommendations api integration - pending
This commit is contained in:
Jayesh jain
2024-05-03 19:06:13 +05:30
committed by GitHub
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