PayTabs SDK makes the integration with the PayTabs payment gateway very easy by providing a ready-made payment screen that handles the card entry and, billing & shipping information and completes the missing details.

 

In this article, we will walk you through how to uninstall this SDK. To uninstall the PayTabs SDK that has been built into your project using, remove the line you already specified from your dependencies file located in your project root directory under the name of "pubspec.yaml":


dependencies:
   flutter_paytabs_bridge: ^X.X.X


Then after that, you will receive a notification message asking you if you want to synchronize the dependencies file as you just modified it. Kindly approve the "Sync Now" option as shown below:






⌂ To get familiar with the whole process and the other steps, kindly navigate to our "The Flutter (Bridge) SDK Integration Manual" solution article. 

And to get familiar with the rest of the steps regarding the current step "Step 1 - Setup and activate the integration method" click here.

Or you can navigate to the next step in the process "Step 2 - Configure the integration method" kindly click here.