fluid_sdk 0.1.8
fluid_sdk: ^0.1.8 copied to clipboard
A Flutter package for handling payment flows
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.1.8 - 2026-06-11 #
Changed #
- Replaced SVG logo with PNG image (
fiuu.png) on QR code page - Updated logo dimensions from 48x16 to 64x24
0.1.7 - 2026-02-24 #
Fixed #
- Payment order is now closed when the user exits without proceeding to an external payment URL
0.1.6 - 2026-02-03 #
0.1.3 - 2025-10-28 #
Added #
- QR code payment rendering
- Child method selection and routing
- Bank set selection within methods
- Payment order creation utility
Changed #
- Payment processing switched to modal dialog
- External URL launching improved for payments
- Payment method selection UX refined
- Example app iOS configuration updated
0.1.2 - 2025-10-01 #
Changed #
- Updated Flutter SDK constraints to support Flutter 3.24.0+ and Dart 3.5.0+
- Downgraded dependencies for better compatibility:
- auto_route: 10.1.2 → 9.3.0+1
- built_value: 8.10.1 → 8.9.5
- flutter_svg: 2.2.1 → 2.1.0
- logger: 2.6.1 → 2.6.0
- flutter_lints: 6.0.0 → 5.0.0
- Improved UI layout spacing using SizedBox instead of spacing parameter