flutter_paytorl 0.1.1
flutter_paytorl: ^0.1.1 copied to clipboard
A Flutter library for handling Payto Resource Locators (PRLs). Based on the URL API and provides additional functionality for managing PRLs.
Changelog #
0.1.1 #
- Updated pubspec.yaml
- Upgraded dependencies
0.1.0 #
Initial release of Flutter PaytoRL π
Features #
- π― Full Dart/Flutter implementation of PaytoRL
- π Conversion from TypeScript to Flutter
- π± Cross-platform support (Android, iOS, Web, macOS, Windows, Linux, Wasm)
- π§ͺ Comprehensive test coverage
- π Complete API documentation
Added #
- Core
Payto
class implementation - Payment URL parsing and manipulation
- Support for various payment types:
- ACH payments
- UPI/PIX payments
- Bank transfers (BIC/IBAN)
- Cryptocurrency payments
- Geo-location based payments
- JSON serialization support
- Strong type definitions
- Comprehensive error handling
- Platform-specific implementations
- Example Flutter application
Developer Experience #
- Zero external dependencies
- Tree-shaking support
- Null safety
- Comprehensive test suite
- Detailed API documentation
- Example usage in README
Documentation #
- Full API reference
- Usage examples
- Platform support details
- Contributing guidelines