flutter_elavon 1.0.24
flutter_elavon: ^1.0.24 copied to clipboard
Flutter plugin for Elavon Payment Gateway SDK
1.0.24 #
- Fixed crash issue when cancelling and start instant
1.0.23 #
- Implemented reboot device action
1.0.22 #
- Tip Adjust functionality improve
1.0.21 #
- Tip Adjust functionality
1.0.20 #
- Pre-Auth Increment & Delete functionality
1.0.19 #
- On disconnect cleared previous connected device data
1.0.18 #
- Disconnect of device
1.0.17 #
- Added remaining listners
1.0.16 #
- Updated pubignore
1.0.15 #
- On device disconnect handled
1.0.14 #
- Updated Readme
1.0.13 #
- Changes on dependencies compile-time
1.0.12 #
- Changes on dependencies
1.0.11 #
- Commented dependencies at project level, moved to plugin level
1.0.10 #
- Moved libs to plugin folder
1.0.9 #
- Improved bluetooth find device second time onward
1.0.8 #
- USB Support, Gratutiy Request on Terminal, EBT Payment Support, Duplicate Transaction Check
1.0.7 #
- Fixed issue for libs files required to be added in plugin lib folder
1.0.6 #
- Fixed issue for libs files required to be added in plugin lib folder
1.0.5 #
- Fixed issue for libs files required to be added in plugin lib folder
1.0.4 #
- Updated readme
1.0.3 #
- CRITICAL FIX: Implemented lazy initialization of managers (AccountManager, DeviceManager, TransactionManager) to prevent Elavon SDK classes from being loaded at plugin startup
- This prevents SDK classes from accessing path_provider during class loading, which was causing errors even when WidgetsFlutterBinding.ensureInitialized() was called first
- Improved SDK initialization timing - moved to lazy initialization to avoid interfering with Flutter plugin registration
- Enhanced README with critical initialization order warnings and troubleshooting guide
- Added explicit examples showing correct vs incorrect usage patterns
1.0.2 #
- Fixed path_provider dependency issue
- Added path_provider as explicit dependency
1.0.1 #
- Fixed path provide issue
1.0.0 #
- Initial release
- Account creation and retrieval
- Device discovery and connection
- Transaction processing (Sale, Refund, Pre-Auth)
- Transaction event streaming