A Flutter plugin that wraps the native Atomic Transact SDKs
Add atomic_transact_flutter
as a dependency in your pubspec.yaml file:
dependencies:
...
atomic_transact_flutter: <version>
- Xcode 12.0 or greater
- iOS 14.0 or greater
Set the minSdkVersion
in android/app/build.gradle
:
android {
defaultConfig {
minSdkVersion 21 // or greater
}
}
More info at https://docs.atomicfi.com.