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 upgrade this SDK, as clarified below:

For the version number, please use the latest version according to our latest update on our repository


Flutter is an open-source UI software development kit. In addition to a react-style framework, this toolkit includes its own rendering engine, a rich set of ready-made widgets, unit and integration testing APIs, plugin APIs, and command-line tools for building and compiling apps


To upgrade the PayTabs SDK that has been built in your project, specify it in your dependencies file located in your project root directory under the name of "pubspec.yaml"- with the new SDK version you wanted to upgrade to:

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.