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? stockImage;
String? qty; String? qty;
String? duration; String? duration;
int? currentPrice; String? currentPrice;
int? buyPrice; String? buyPrice;
int? targetPrice; String? targetPrice;
int? stopLoss; String? stopLoss;
int? isSendRecommendationNow; int? isSendRecommendationNow;
Null? scheduleDateTime; Null? scheduleDateTime;
String? createdAt; String? createdAt;

View File

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