flutter_zoho_payments 0.2.3 copy "flutter_zoho_payments: ^0.2.3" to clipboard
flutter_zoho_payments: ^0.2.3 copied to clipboard

PlatformAndroid

A Flutter plugin for integrating Zoho Payments SDK. Currently supports Android platform with payment processing, UPI, card, and net banking payment methods.

Changelog #

0.2.3 - 2024-12-28 #

Changed #

  • Migrated all build.gradle files to Kotlin DSL (build.gradle.kts)
  • Modernized build configuration with type-safe Kotlin syntax
  • Updated documentation to support both Groovy and Kotlin DSL
  • Fixed circular import in main library file

0.2.2 - 2024-12-28 #

Fixed #

  • Added Zoho Maven repository (https://maven.zohodl.com) to plugin build configuration
  • Resolved SDK dependency resolution issues
  • Updated documentation with repository setup instructions

0.2.1 - 2024-12-28 #

Fixed #

  • Added missing registerWith() static method for Dart-only plugin registration
  • Fixed duplicate class definition
  • Resolved plugin initialization issues

0.2.0 - 2024-12-28 #

Added #

  • Environment configuration support (sandbox/live) as parameter
  • Lifecycle observer for better back button handling during payment
  • Default to sandbox environment for safety

Changed #

  • Package name from com.yourcompany to com.flutter
  • Environment is now configurable per payment request

0.1.0 - 2024-12-28 #

Initial Release #

  • Android platform support for Zoho Payments SDK
  • Support for UPI, Card, and Net Banking payment methods
  • Initialize SDK with API key and Account ID
  • Start payment flow with customizable payment request
  • Comprehensive error handling and result callbacks
  • Type-safe Dart API with null safety support
  • Example application demonstrating usage
1
likes
150
points
32
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for integrating Zoho Payments SDK. Currently supports Android platform with payment processing, UPI, card, and net banking payment methods.

Repository (GitHub)
View/report issues
Contributing

Topics

#payments #zoho #payment-gateway #android #upi

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on flutter_zoho_payments

Packages that implement flutter_zoho_payments