home screen stocks api, subscription

This commit is contained in:
jayesh
2024-05-24 18:48:09 +05:30
parent 83404f9768
commit 1e2e1ddece
12 changed files with 1049 additions and 608 deletions

View File

@@ -6,6 +6,7 @@ import 'package:intl/intl.dart';
class ProductsController extends GetxController {
RxBool isLoaded = true.obs;
RxBool isUpstoxTokenNotExpired = true.obs;
CallRecommendationsModel swingTradeModel = CallRecommendationsModel();
CallRecommendationsModel multibaggerModel = CallRecommendationsModel();
CallRecommendationsModel optionModel = CallRecommendationsModel();