sumup 0.2.2 sumup: ^0.2.2 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.2.2 #
- Fix type cast in login check
0.2.1 #
- Fix request orientation landscape on Android
0.2.0 #
- Added null safety support
- Updated SumUp Sdk
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.