longswipe 1.0.7
longswipe: ^1.0.7 copied to clipboard
A Flutter package for integrating the Longswipe Widget into your application. Provides both a widget-based approach and a controller-based approach for maximum flexibility.
Changelog #
0.1.0 #
- Initial release
- Added LongswipeWidget component
- Added LongswipeController for custom UI implementations
- WebView integration with the Longswipe JavaScript widget using flutter_inappwebview
- Camera access for QR code scanning with permission_handler
- Support for all Longswipe features:
- Voucher verification
- Redemption charges calculation
- Voucher redemption
- Customizable UI
- Error handling
- Example app demonstrating both widget and controller approaches
- Improved JavaScript integration with named handlers
- Better permission handling
- Progress indicator during loading
1.0.4 #
- Update Package to accomodate different methods to receive funds
- Now accomodates support for all Longswipe merchant features
1.0.5 #
- Update supported currencies in widget
1.0.6 #
- Fix minor error
1.0.7 #
- Formatted code
- Enhance error handling