Skip to content

The omise-flutter repo contains a module named omise-flutter-module, this module can be compiled to be integrated natively in android and iOS. The compilation results in hundreds of files and some other large files that should be copied and placed inside the native android and iOS integrations to work.

License

Notifications You must be signed in to change notification settings

omise/omise-flutter-wrapper-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OmiseFlutterSPM

A Swift Package that provides access to Omise Flutter SDK xcframeworks for iOS applications.

Requirements

  • iOS 12.0+
  • Swift 6.0+
  • Xcode 15.0+ (for Swift 6.0 support)

Installation

Swift Package Manager

To integrate OmiseFlutterSPM into your Xcode project using Swift Package Manager, add it to your Package.swift file:

dependencies: [
    .package(url: "https://github.com/omise/omise-flutter-wrapper-ios.git", .exact("your_desired_version"))
]

Or directly from Xcode:

  1. File > Add Package Dependencies
  2. Enter the repository URL: https://github.com/omise/omise-flutter-wrapper-ios.git
  3. Click Next and follow the prompts

About

The omise-flutter repo contains a module named omise-flutter-module, this module can be compiled to be integrated natively in android and iOS. The compilation results in hundreds of files and some other large files that should be copied and placed inside the native android and iOS integrations to work.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages