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.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'dart:io' show Platform;

import 'my_app.dart';
import 'package:neopay/neopay.dart';

void main() async {
  WidgetsFlutterBinding.ensureInitialized();

  if (Platform.isWindows || Platform.isLinux || Platform.isMacOS) {
    setWindowMinSize(const Size(800, 600));
  }

  Bloc.observer = PrettyBlocObserver();
  runApp(const MyApp());
}
1
likes
115
points
5
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