Skip to content

srcode5/atomic-transact-flutter

 
 

Repository files navigation

Atomic Transact for Flutter

pub

A Flutter plugin that wraps the native Atomic Transact SDKs

Installation

Add atomic_transact_flutter as a dependency in your pubspec.yaml file:

dependencies:
  ...
  atomic_transact_flutter: <version>

iOS Requirements

  • Xcode 12.0 or greater
  • iOS 14.0 or greater

Android Requirements

Set the minSdkVersion in android/app/build.gradle:

android {
    defaultConfig {
        minSdkVersion 21 // or greater
    }
}

More info at https://docs.atomicfi.com.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 53.6%
  • Kotlin 26.6%
  • Swift 12.4%
  • Ruby 5.5%
  • Objective-C 1.9%