sumup 0.1.0 sumup: ^0.1.0 copied to clipboard
Flutter wrapper to use the Sumup SDK. With this plugin, your app can easily connect to a Sumup terminal, login and accept card payments on Android and iOS.
0.1.0 #
- Added checks to prevent crashes from the native platforms, in particular:
- All the functions that require the native SDK to be initialized throw an exception if the SDK is not initialized
- All the functions that require login throw an exception if user is not logged in
0.0.5 #
- Fixed checkout parameters
0.0.4 #
- Fixed syntax error in android
0.0.3 #
- Fixed SumUpSDK version in podspec
0.0.2 #
- Fixed crash when transaction failed, improved documentation and code quality
0.0.1 #
- First release.