flutter_eghl 0.0.5 copy "flutter_eghl: ^0.0.5" to clipboard
flutter_eghl: ^0.0.5 copied to clipboard

outdated

A flutter Eghl package

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_eghl/flutter_eghl_sdk.dart';
import 'package:flutter_eghl_example/app.dart';

const String _publicKeyPath = "";
const String _privateKeyPath = "";
const String _url = "";
const String _merchantID = "";
const String _terminalID = "";
void main() {
  EghlSdk.init(
    publicKeyPath: _publicKeyPath,
    privateKeyPath: _privateKeyPath,
    url: _url,
    merchantID: _merchantID,
    terminalID: _terminalID,
  );
  runApp(const EghlExampleApp());
}
2
likes
0
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter Eghl package

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dio, equatable, intl, json_annotation, meta, pointycastle, uuid

More

Packages that depend on flutter_eghl