Spm support & Invalidate Cache on Proxy Change#30
Merged
Conversation
- Update CHANGELOG.md with 0.2.0 release notes - Broaden SDK constraint to >=2.12.0 <4.0.0 - Add .pubignore to exclude obsolete ios/Classes/ files - Remove stale ios/Classes/ ObjC/Swift files from git tracking - Add SPM package (ios/flutter_system_proxy/) and updated podspec
- Upgrade iOS platform version from 12.0 to 13.0 in Podfile and project settings. - Update Flutter and CocoaPods versions in Podfile.lock. - Modify AppDelegate to support implicit Flutter engine initialization. - Add scene manifest configuration in Info.plist for multi-scene support. - Clean up unused dependencies and update project structure in project.pbxproj. - Ensure compatibility with the latest Flutter framework changes.
Comment on lines
+9
to
+32
| name: Publish package | ||
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: subosito/flutter-action@v2 | ||
| with: | ||
| flutter-version: '3.x' | ||
| channel: stable | ||
|
|
||
| - name: Install dependencies | ||
| run: flutter pub get | ||
|
|
||
| - name: Verify package | ||
| run: flutter pub publish --dry-run | ||
|
|
||
| - name: Publish to pub.dev | ||
| env: | ||
| PUB_CREDENTIALS: ${{ secrets.PUB_CREDENTIALS }} | ||
| run: | | ||
| mkdir -p ~/.config/dart | ||
| echo "$PUB_CREDENTIALS" > ~/.config/dart/pub-credentials.json | ||
| flutter pub publish --force No newline at end of file |
| runs-on: ubuntu-latest | ||
|
|
||
| steps: | ||
| - uses: actions/checkout@v4 |
| steps: | ||
| - uses: actions/checkout@v4 | ||
|
|
||
| - uses: subosito/flutter-action@v2 |
Closed
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.
No description provided.