neopay 1.0.0 copy "neopay: ^1.0.0" to clipboard
neopay: ^1.0.0 copied to clipboard

A Flutter package for handling payment flows with UPI, PayU, and QR code generation.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add neopay

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  neopay: ^1.0.0

Alternatively, 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:neopay/neopay.dart';
1
likes
115
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter package for handling payment flows with UPI, PayU, and QR code generation.

Documentation

API reference

License

MIT (license)

Dependencies

crypto, dartz, dio, equatable, flutter, flutter_bloc, flutter_svg, get_it, intl, lottie, neomaxer_upi_pay, payu_checkoutpro_flutter, plugin_platform_interface, qr_flutter, responsive_builder, url_launcher, window_size

More

Packages that depend on neopay

Packages that implement neopay