paytm_routersdk 1.0.1 copy "paytm_routersdk: ^1.0.1" to clipboard
paytm_routersdk: ^1.0.1 copied to clipboard

Router SDK is an aggregator which connects with multiple payment aggregators to provide a single point of contact for routing payment traffic.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:paytm_routersdk_example/home_screen.dart';

void main() {
  runApp(MaterialApp(
    debugShowCheckedModeBanner: false,
    theme: ThemeData(brightness: Brightness.dark),
    home: Scaffold(
      appBar: AppBar(
        title:const Text('Paytm Router SDK sample app'),
      ),
      body: const HomeScreen(),
    ),
  ));
}
1
likes
160
points
10
downloads

Publisher

unverified uploader

Weekly Downloads

Router SDK is an aggregator which connects with multiple payment aggregators to provide a single point of contact for routing payment traffic.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on paytm_routersdk

Packages that implement paytm_routersdk