flutter_phajay 0.0.18
flutter_phajay: ^0.0.18 copied to clipboard
Flutter Phajay is a comprehensive library designed to simplify payment integration in Flutter applications. It provides a seamless and secure way to display payment link screens, enabling transactions [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flutter_phajayThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
flutter_phajay: ^0.0.18Alternatively, 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:flutter_phajay/flutter_phajay.dart';