Skip to content

Commit

Permalink
Add MediaDeviceInfo.isFailed() Dart API (#96)
Browse files Browse the repository at this point in the history
Co-authored-by: alexlapa <lapa.alex@ex.ua>
  • Loading branch information
evdokimovs and alexlapa committed Feb 8, 2023
1 parent 241d406 commit 70347b0
Show file tree
Hide file tree
Showing 11 changed files with 207 additions and 114 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
# TODO: Upgrade Flutter to 3.7.0 version.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'

- run: make flutter

Expand Down Expand Up @@ -307,7 +310,10 @@ jobs:
colima start
if: ${{ contains('ios macos', matrix.platform) }}

# TODO: Upgrade Flutter to 3.7.0 version.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- name: Install Flutter Linux dependencies
run: |
sudo apt-get update
Expand Down Expand Up @@ -390,7 +396,10 @@ jobs:
use-tool-cache: true
if: ${{ matrix.platform == 'android' }}

# TODO: Upgrade Flutter to 3.7.0 version.
- uses: subosito/flutter-action@v2
with:
flutter-version: '3.3.10'
- run: flutter config --enable-linux-desktop
if: ${{ matrix.platform == 'linux' }}
- name: Install Flutter Linux dependencies
Expand Down Expand Up @@ -723,7 +732,10 @@ jobs:
&& !contains(steps.commit.outputs.message, '[publish]')
) }}" >> $GITHUB_OUTPUT

# TODO: Upgrade Flutter to 3.7.0 version.
- uses: dart-lang/setup-dart@v1.3
with:
sdk: 2.18.6
if: ${{ steps.skip.outputs.no == 'true' }}

- uses: actions/download-artifact@v3
Expand Down
Loading

0 comments on commit 70347b0

Please sign in to comment.