-
Notifications
You must be signed in to change notification settings - Fork 1
2.1.3 #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
2.1.3 #9
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
e85f273
chore: remove redundant folders
jonafeucht 50db7d6
fix(darwin): add backwards compatibility for cocoapods
jonafeucht 457aee8
chore: formatting
jonafeucht 791d945
fix
jonafeucht 21c4a78
Release 2.1.0
jonafeucht 749ae24
Update test.yml
jonafeucht 2a22f76
Update main.dart
jonafeucht 6e75277
feat: video stream analyzer
jonafeucht 7ac534e
Update video_analyzer.dart
jonafeucht 77e08c4
Update widget_test.dart
jonafeucht b04d94c
fix
jonafeucht c831226
Update widget_test.dart
jonafeucht 3ccc2cf
Update CHANGELOG.md
jonafeucht 02c9f3a
fix(iOS): re-initialize video stream analyzer on stream continue
jonafeucht dd6ba3c
chore: Bump Dart to >=3.12, Flutter to >=3.44, and clean up code.
jonafeucht File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,46 @@ | ||
| name: Flutter CI | ||
|
|
||
| on: | ||
| push: | ||
| branches: ["main", "master", "dev"] | ||
| pull_request: | ||
| branches: ["main", "master", "dev"] | ||
|
|
||
| jobs: | ||
| test: | ||
| name: Unit & Widget Tests | ||
| runs-on: macos-latest | ||
|
|
||
| steps: | ||
| - name: Checkout repository | ||
| uses: actions/checkout@v4 | ||
|
|
||
| - name: Set up Flutter | ||
| uses: subosito/flutter-action@v2 | ||
| with: | ||
| channel: "stable" | ||
| cache: true | ||
|
|
||
| - name: Install dependencies | ||
| run: flutter pub get | ||
| working-directory: example | ||
|
|
||
| - name: Generate mocks (build_runner) | ||
| run: dart run build_runner build --delete-conflicting-outputs | ||
| working-directory: example | ||
|
|
||
| - name: Auto-format code | ||
| run: dart format . | ||
| working-directory: example | ||
|
|
||
| - name: Verify formatting | ||
| run: dart format --output=none --set-exit-if-changed . | ||
| working-directory: example | ||
|
|
||
| - name: Analyze code (dart analyze) | ||
| run: flutter analyze | ||
| working-directory: example | ||
|
|
||
| - name: Run tests with coverage | ||
| run: flutter test --coverage | ||
| working-directory: example |
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
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
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
14 changes: 14 additions & 0 deletions
14
...lysis/.swiftpm/xcode/xcuserdata/jonafeucht.xcuserdatad/xcschemes/xcschememanagement.plist
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,14 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
| <plist version="1.0"> | ||
| <dict> | ||
| <key>SchemeUserState</key> | ||
| <dict> | ||
| <key>sensitive-content-analysis.xcscheme_^#shared#^_</key> | ||
| <dict> | ||
| <key>orderHint</key> | ||
| <integer>10</integer> | ||
| </dict> | ||
| </dict> | ||
| </dict> | ||
| </plist> |
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.