deep linking and option chain fixes
This commit is contained in:
@@ -71,7 +71,6 @@ class _HomeScreenState extends State<HomeScreen> {
|
||||
String calculatePercentageChange(double openPrice, double currentPrice) {
|
||||
final percentageChange = ((currentPrice - openPrice) / openPrice) * 100;
|
||||
|
||||
log(percentageChange.toStringAsFixed(2));
|
||||
|
||||
return percentageChange.toStringAsFixed(2);
|
||||
}
|
||||
@@ -718,7 +717,6 @@ Widget cardcallWidget(
|
||||
),
|
||||
GestureDetector(
|
||||
onTap: () {
|
||||
log("RUNNING");
|
||||
Get.to(const ExploreUnseen());
|
||||
},
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user