Why Embroidery Patches Are Good For Clothing?

If you have old collection of clothing or other fabric items then you can easily turn them into good and attractive looking by applying or attaching [embroidery patches](https://embroideredpatches.ca/) by yourself at home easily. You can simply check out the collection of custom patches and get some online and start applying. It will help you to restore your old clothes into newly-designed.

while initialising Gateway using ScgatewayFlutterPlugin unable to getting the smallcaseAuthid

Hi Team, I am unable to get the smallcaseAuthid after the user login is completed. jwtToken and transactionId i am getting through the server. I am getting the response like the below data; in this, there is no smallcaseAuthid {"data":"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzbWFsbGNhc2VBdXRoSWQiOiI2NDgxNzZlZTNjMGEyNmUyMjc5ZGNhNmQiLCJpYXQiOjE3MTE0NDIyNzAsImV4cCI6MTcxMTQ0NTg3MH0.1WBIV9SO28OqL8WzySCOMITDWVlGCzP5VxRQPUPdo7s","broker":"kite","success":true,"transaction":"HOLDINGS_IMPORT"} await ScgatewayFlutterPlugin.setConfigEnvironment( GatewayEnvironment.PRODUCTION, "my_gateway", true, \[]); // Initialize Gateway with authToken try { await ScgatewayFlutterPlugin.initGateway("$jwtToken"); await ScgatewayFlutterPlugin.triggerGatewayTransaction(transactionId).then((value) { print("ScgatewayFlutterPlugin value:: $value"); }).catchError((error) { print('Error fetching ScgatewayFlutterPlugin data: $error'); }); } catch (e) { print('Error initializing gateway: $e'); }

How to get leprechaun (test mode) token ?

I am looking to understand the flow and wanted leprechaun (test mode) token for Upstox? How can I get it?

Could not determine the dependencies of task ':app:processDevDebugResources'. In react native 0.72.7

When installing it throws this error \`Could not determine the dependencies of task ':app:processDevDebugResources'.

Require integration of Smallcase into Flutter for Android.

We encountered an issue in the Flutter project while following the provided Flutter integration documentation: flutter pub add scgateway_flutter_plugin Unfortunately, this plugin is not compatible with our project. Could you please improve the documentation for clearer instructions? Alternatively, could you provide the GitHub repository where we can find integration for the smallcase API? The implementation process has resulted in numerous challenges for us. Thanks.

Smallcase Portfolio

Are there API to CRUD smallcase private portfolio

How to logout from all small case accounts

How to logout from all small case accounts

Integration Keys

How can we request for integration keys as an individual developer?

how to get artifactory_user and artifactory_password

maven { url "<https://artifactory.smallcase.com/artifactory/gradle-dev-local"> credentials { username "${artifactory_user}" password "${artifactory_password}" } }

SmallcaseAuthID generation

Q1)I have created ETF transactions, first time with guest role then second time onwards smallcaseauthid, if I uninstall the app and install app, will it create new smallcaseauthid? Q2)Smallcaseauthid storing on SDK, how to retrieve the same for second time trnsactions.