Merge pull request #46 from WDI-Ideas/jayeshjain25
product recommendations api integration - pending
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user