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
Paytoclass 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