Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cocoapods_example

This example exists to verify that nativeapi and cnativeapi still build through CocoaPods on iOS and macOS.

Swift Package Manager is disabled for this project in pubspec.yaml:

flutter:
  config:
    enable-swift-package-manager: false

Validation commands:

flutter build ios --no-codesign
flutter build macos