flutter_phajay 0.0.14
flutter_phajay: ^0.0.14 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 Dart:
$ dart pub add flutter_phajayWith Flutter:
$ flutter pub add flutter_phajayThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
flutter_phajay: ^0.0.14Alternatively, your editor might support dart pub get or 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';