anypay 0.0.1-dev.5
anypay: ^0.0.1-dev.5 copied to clipboard
AnyPay is a lightweight Flutter package for displaying customizable payment UI with animated result screens
Changelog #
All notable changes to this package will be documented in this file.
0.0.1-dev.1 - 2025-12-18 #
Added #
- Initial dev release of AnyPay Flutter package.
PaymentUIfor launching payment checkout screens._CheckoutViewfor amount entry and payment initiation._StatusViewto show payment results (success, failure, pending).- Customizable
PaymentTheme:- Primary, success, failure colors.
- Text style and border radius.
- Icon size and animation duration.
- Animations for payment results:
- Bounce animation for success/failure.
- Rotating animation for pending.
- Example project with buttons to simulate success, failure, and pending states.
- Fully self-contained: no external dependencies for animations.
0.0.1-dev.3 - 2025-12-24 #
Added #
- Initial dev release of AnyPay Flutter package.
PaymentUIfor launching payment checkout screens._CheckoutViewfor amount entry and payment initiation._StatusViewto show payment results (success, failure, pending).Work Is In Progress For Other Features Of The Package