Idmission

iOS Flutter Wrapper

flutter doctor
flutter create --template=plugin --org com.idmission.newsdkflutter --platforms=android,ios -a java -i swift flutter_plugin_identity_sdk
cd flutter_plugin_identity_sdk
cd example
flutter pub upgrade
dart migrate --apply-changes
pod deintegrate
pod install
find "$BUILD_DIR" -type f -name "*.signature" -exec rm {} \;
pod deintegrate
pod install