Skip to content

Commit

Permalink
Merge pull request #205 from ilteoood/feat/dep-upgrade
Browse files Browse the repository at this point in the history
feat: dep upgrade
  • Loading branch information
ilteoood authored Jan 6, 2023
2 parents 6a7ca36 + 519cc41 commit 7d38947
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 40 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/flutter-drive-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: macos-latest
strategy:
matrix:
api-level: [21, 29]
api-level: [21, 29, 31]
target: [default]
fail-fast: true
steps:
Expand All @@ -21,6 +21,6 @@ jobs:
arch: x86_64
script: yes | flutter doctor --android-licenses \
&& cd example \
&& flutter drive -d emulator-5554 --driver=test_driver/main_app.dart --target=test/basic_example_test.dart \
&& flutter drive -d emulator-5554 --driver=test_driver/main_app.dart --target=test/network_example_test.dart \
&& flutter drive -d emulator-5554 --driver=test_driver/main_app.dart --target=test/namespace_example_test.dart
&& flutter drive -d emulator-5554 --driver=test_driver/main_app.dart --target=integration-test/basic_example_test.dart \
&& flutter drive -d emulator-5554 --driver=test_driver/main_app.dart --target=integration-test/network_example_test.dart \
&& flutter drive -d emulator-5554 --driver=test_driver/main_app.dart --target=integration-test/namespace_example_test.dart
16 changes: 8 additions & 8 deletions .github/workflows/flutter-drive-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ jobs:
device:
- "iPhone 8"
- "iPhone 11 Pro Max"
- "iPhone 13 Pro Max"
fail-fast: true
runs-on: macOS-latest
runs-on: macos-latest
steps:
- name: Start Simulator
run: |
UDID=$(xcrun instruments -s | awk -F ' *[][]' -v 'device=${{ matrix.device }}' '$1 ~ device { print $2 }' | awk 'NR==1')
xcrun simctl boot "${UDID:?No Simulator with this name found}"
- uses: futureware-tech/simulator-action@v2
with:
model: ${{ matrix.device }}
- uses: actions/checkout@v1
- uses: subosito/flutter-action@v1
with:
channel: 'stable'
- name: Run Flutter Driver tests
run: cd example \
&& flutter drive --driver=test_driver/main_app.dart --target=test/basic_example_test.dart \
&& flutter drive --driver=test_driver/main_app.dart --target=test/network_example_test.dart \
&& flutter drive --driver=test_driver/main_app.dart --target=test/namespace_example_test.dart
&& flutter drive --driver=test_driver/main_app.dart --target=integration-test/basic_example_test.dart \
&& flutter drive --driver=test_driver/main_app.dart --target=integration-test/network_example_test.dart \
&& flutter drive --driver=test_driver/main_app.dart --target=integration-test/namespace_example_test.dart
2 changes: 1 addition & 1 deletion example/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ packages:
name: xml2json
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.5"
version: "5.3.6"
yaml:
dependency: transitive
description:
Expand Down
37 changes: 15 additions & 22 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ packages:
name: async
url: "https://pub.dartlang.org"
source: hosted
version: "2.8.2"
version: "2.9.0"
boolean_selector:
dependency: transitive
description:
Expand All @@ -21,21 +21,14 @@ packages:
name: characters
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
charcode:
dependency: transitive
description:
name: charcode
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.1"
version: "1.2.1"
clock:
dependency: transitive
description:
name: clock
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
collection:
dependency: transitive
description:
Expand All @@ -49,7 +42,7 @@ packages:
name: fake_async
url: "https://pub.dartlang.org"
source: hosted
version: "1.3.0"
version: "1.3.1"
flutter:
dependency: "direct main"
description: flutter
Expand All @@ -76,7 +69,7 @@ packages:
name: http
url: "https://pub.dartlang.org"
source: hosted
version: "0.13.4"
version: "0.13.5"
http_parser:
dependency: transitive
description:
Expand Down Expand Up @@ -104,35 +97,35 @@ packages:
name: logging
url: "https://pub.dartlang.org"
source: hosted
version: "1.0.2"
version: "1.1.0"
matcher:
dependency: transitive
description:
name: matcher
url: "https://pub.dartlang.org"
source: hosted
version: "0.12.11"
version: "0.12.12"
material_color_utilities:
dependency: transitive
description:
name: material_color_utilities
url: "https://pub.dartlang.org"
source: hosted
version: "0.1.4"
version: "0.1.5"
meta:
dependency: transitive
description:
name: meta
url: "https://pub.dartlang.org"
source: hosted
version: "1.7.0"
version: "1.8.0"
path:
dependency: "direct main"
description:
name: path
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.1"
version: "1.8.2"
pedantic:
dependency: "direct dev"
description:
Expand All @@ -158,7 +151,7 @@ packages:
name: source_span
url: "https://pub.dartlang.org"
source: hosted
version: "1.8.2"
version: "1.9.0"
stack_trace:
dependency: transitive
description:
Expand All @@ -179,21 +172,21 @@ packages:
name: string_scanner
url: "https://pub.dartlang.org"
source: hosted
version: "1.1.0"
version: "1.1.1"
term_glyph:
dependency: transitive
description:
name: term_glyph
url: "https://pub.dartlang.org"
source: hosted
version: "1.2.0"
version: "1.2.1"
test_api:
dependency: transitive
description:
name: test_api
url: "https://pub.dartlang.org"
source: hosted
version: "0.4.9"
version: "0.4.12"
toml:
dependency: "direct main"
description:
Expand Down Expand Up @@ -228,7 +221,7 @@ packages:
name: xml2json
url: "https://pub.dartlang.org"
source: hosted
version: "5.3.3"
version: "5.3.6"
yaml:
dependency: "direct main"
description:
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ dependencies:
flutter_web_plugins:
sdk: flutter
intl: ^0.17.0
yaml: ^3.1.0
xml2json: ^5.3.2
path: ^1.8.0
yaml: ^3.1.1
xml2json: ^5.3.6
path: ^1.8.2
toml: ^0.13.1
logging: ^1.0.2
http: ^0.13.4
logging: ^1.1.0
http: ^0.13.5

dev_dependencies:
flutter_test:
Expand Down

0 comments on commit 7d38947

Please sign in to comment.