flutter_gokwik 0.0.1 copy "flutter_gokwik: ^0.0.1" to clipboard
flutter_gokwik: ^0.0.1 copied to clipboard

PlatformAndroidiOS
outdated

A flutter plugin to integrate GoKwik's Flutter SDK.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_gokwik_example/home.dart';

void main() {
  runApp(MyApp());
}

class MyApp extends StatelessWidget {
  @override
  Widget build(BuildContext context) {
    return MaterialApp(
      title: 'GoKwik Payment Gateway',
      debugShowCheckedModeBanner: false,
      theme: ThemeData(primaryColor: Colors.indigo),
      home: Home(),
    );
  }
}
1
likes
130
points
22
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter plugin to integrate GoKwik's Flutter SDK.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

eventify, flutter

More

Packages that depend on flutter_gokwik

Packages that implement flutter_gokwik