Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 296 Bytes

File metadata and controls

17 lines (12 loc) · 296 Bytes

tamara_sdk_example

Example using Tamara Checkout SDK

Setup SDK

Add Tamara Flutter sdk with the correct version to your pubspec.yaml
Input your sandbox credentials in lib/constant.dart

Install with command line

flutter clean
flutter pub get
cd to "ios" folder
pod install