flutter_elavon 1.0.9 copy "flutter_elavon: ^1.0.9" to clipboard
flutter_elavon: ^1.0.9 copied to clipboard

PlatformAndroid

Flutter plugin for Elavon Payment Gateway SDK

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