paylike_flutter_engine 0.1.2
paylike_flutter_engine: ^0.1.2 copied to clipboard
Provides the core functionality required for executing payment flows in the Paylike Ecosystem (including webview widget to solve TDS).
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add paylike_flutter_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
paylike_flutter_engine: ^0.1.2Alternatively, 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:paylike_flutter_engine/paylike_flutter_engine.dart';