Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 290 Bytes

WIP.md

File metadata and controls

5 lines (5 loc) · 290 Bytes
  1. flutter create --org com.authenticvision.flutter --template=plugin --platforms ios,android -i objc -a java authentic_vision_sdk
  2. Drop xcframework into ios/Frameworks/
  3. See WIP commit, minor integration code changes
  4. pod install in example/ios
  5. flutter run in example