tonder_sdk_full 0.0.3
tonder_sdk_full: ^0.0.3 copied to clipboard
Tonder SDK Full to integrate REST service
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tonder_sdk_full
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
tonder_sdk_full: ^0.0.3
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:tonder_sdk_full/channels/full/full_interface.dart';
import 'package:tonder_sdk_full/channels/full/full_method_channel.dart';
import 'package:tonder_sdk_full/channels/skyflow/skyflow_interface.dart';
import 'package:tonder_sdk_full/channels/skyflow/skyflow_method_channel.dart';
import 'package:tonder_sdk_full/classes/inline_checkout.dart';
import 'package:tonder_sdk_full/classes/three_ds_handler.dart';
import 'package:tonder_sdk_full/helpers/skyflow.dart';
import 'package:tonder_sdk_full/styles/default_styles.dart';
import 'package:tonder_sdk_full/styles/theme.dart';
import 'package:tonder_sdk_full/template/card_template.dart';
import 'package:tonder_sdk_full/utils.dart';
import 'package:tonder_sdk_full/widgets/card_item.dart/card_item.dart';
import 'package:tonder_sdk_full/widgets/card_item.dart/card_item_content.dart';
import 'package:tonder_sdk_full/widgets/card_item.dart/card_item_template.dart';
import 'package:tonder_sdk_full/widgets/collect_form.dart';
import 'package:tonder_sdk_full/widgets/custom_check.dart';
import 'package:tonder_sdk_full/widgets/iframe_webview.dart';
import 'package:tonder_sdk_full/widgets/reveal_form.dart';
import 'package:tonder_sdk_full/widgets/saved_cards_list.dart';
import 'package:tonder_sdk_full/widgets/webview_form.dart';