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

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
130
points
56
downloads

Publisher

unverified uploader

Weekly Downloads

A flutter Eghl package

Homepage
Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

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

More

Packages that depend on flutter_eghl