feat(ios): migrate to Swift Package Manager - #3
Merged
Conversation
Add SPM package layout, remove ObjC bridge, bump iOS plugin deps, and drop CocoaPods from the example app.
Rename iOS SPM layout and podspec for emdgroup repo compatibility.
Integrate dev changes including iOS camera fallback fix and Android package rename while keeping SPM migration work.
Replace prepare-flutter which pins 3.24.3 with subosito/flutter-action to satisfy the >=3.44.0 SDK constraint required for iOS SPM support.
- Deleted the azure_pipeline.yml file as it is no longer needed. - Updated the equatable dependency version from ^2.0.5 to ^2.1.0. - Modified _PerspectiveMatrix class to extend Equatable instead of EquatableMixin for better compatibility.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ios/mtrust_barcode_kit/), removes the dead ObjC bridge, and keeps CocoaPods compatibility viamtrust_barcode_kit.podspecnative_device_orientationandpermission_handler, raises Flutter SDK to>=3.44.0, and aligns iOS module naming with themtrust_barcode_kitDart packageTest plan
flutter build ios --no-codesigninexample/(SPM-only, no Podfile)pod lib lint ios/mtrust_barcode_kit.podspec --allow-warningsfor CocoaPods consumers