anypay
AnyPay is a lightweight, UI-agnostic Flutter payment abstraction that provides a unified API for integrating multiple payment providers using an adapter-based architecture.
0.1.6
68 downloads/mo
#2944 most downloaded on pub.dev
PravinKunnure/anypay
What this package is like to depend on
Last release 3 months ago
07 May 2026
Release timing varies
gaps range from 2 weeks to 3 months
Nearly every release is documented
notes for 7 of 7 stable releases
Nothing withdrawn
no release was ever pulled
8 months old
11 releases · first in 2025
11 releases in the last 12 months
see the full history below
Release timeline
11 releases · Dec 2025 to May 2026
2026
Releases
latest 11-
0.1.607 May 2026 -
0.1.503 Feb 2026 -
0.1.428 Jan 2026 -
0.1.316 Jan 2026 -
0.1.213 Jan 2026 -
0.1.106 Jan 2026 -
0.1.002 Jan 2026Release notes
Open source →Added
- Official release of AnyPay as a UI-agnostic, adapter-based payments plugin.
PaymentAdapterinterface to integrate any payment provider.- Unified
AnyPay.chargeWithName()API. PaymentOptionsmodel for standardized payment input.PaymentResultmodel with explicit payment states:success,failed,pending,error.- Adapter registration system (
AnyPay.registerAdapter). - Developer-controlled UI for payment states.
- Overlay helper (
PaymentStatusOverlay) and animated widget (PaymentStatusWidget) for optional status feedback. - Improved testing and mocking capabilities.
Changed
- Removed all built-in payment UI, checkout flow, and enforced animations.
- Dependency choice (Stripe, Razorpay, PayPal, etc.) delegated to the developer.
- Core package now focuses entirely on payment abstraction and status reporting.
Breaking Changes
- Built-in payment UI and animations from previous dev versions are no longer included.
- Developers must implement their own UI and animations for success, failed, pending, or error states.
Notes
- This release establishes the foundation architecture for AnyPay v0.1.0.
- Future releases may include optional UI helpers, animated overlays, and official adapters.
-
0.0.1-dev.702 Jan 2026 pre-releaseRelease notes
Open source →Added / Changed
- Transitioned from UI-driven design to adapter-based abstraction.
- Documentation updated for the new architecture.
- Internal mock adapters introduced for testing.
Breaking Changes
- All built-in UI and animations removed.
-
0.0.1-dev.524 Dec 2025 pre-releaseRelease notes
Open source →Changed
- Work-in-progress refactoring of payment handling towards abstraction.
-
0.0.1-dev.324 Dec 2025 pre-release -
0.0.1-dev.118 Dec 2025 pre-releaseRelease notes
Open source →Added
- Initial dev release with built-in UI prototype.
- Checkout and status screens.
- Customizable theme and animations.
- Example app simulating payment outcomes.