Release & Publish Checklist
iOS SDK (SPM binary)
- Build new XCFramework from source.
- Replace
Artifacts/FidbekSDK.xcframework.
- Update
VERSION.
- Update README and release notes.
- Tag and publish release.
Android SDK (Maven raw)
- Produce new AAR/POM files for target version.
- Publish under
maven/com/fidbek/fidbek-android/<version>/.
- Update
maven-metadata.xml.
- Update README dependency version.
- Tag and publish release.
Flutter SDK (pub.dev)
- Update plugin code/docs in
fidbek-flutter.
- Bump
version in pubspec.yaml.
- Update
CHANGELOG.md and release notes.
- Run
flutter pub publish --dry-run.
- Publish to pub.dev and push git tag.
Validation
- Run iOS, Android, and Flutter example-app smoke tests.
- Verify docs and release notes match published version.