Skip to content

Commit fb79943

Browse files
totzk9dbarrosop
andauthored
feat: add a new example for oauth that uses webview (#147)
* feat: add a new example for oauth that uses webview * chore(deps): update `flutter_inappwebview` dependency * chore(deps): run `flutter pub get` and `pod install --repo-update` * feat: add new launch option for oauth_webview * chore(refactor): fix: - alignment of buttons - replace deprecated params and types * chore(deps): bump dart version to the latest * fix: remove deprecated parameter with the new replacement * linter: ignore warning lint by the newest dart sdk version for example project * ci: update flutter version to latest 3.27.3 --------- Co-authored-by: David Barroso <dbarrosop@dravetech.com>
1 parent 806dc7d commit fb79943

22 files changed

+329
-39
lines changed

.github/workflows/test.nhost_auth_dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Dart/Flutter (specific channel)
7272
uses: subosito/flutter-action@v2
7373
with:
74-
flutter-version: "3.13.9"
74+
flutter-version: "3.27.3"
7575
channel: "stable"
7676

7777
# Get binary dependencies

.github/workflows/test.nhost_dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: "3.13.9"
73+
flutter-version: "3.27.3"
7474
channel: "stable"
7575

7676
# Get binary dependencies

.github/workflows/test.nhost_flutter_auth.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: "3.13.9"
73+
flutter-version: "3.27.3"
7474
channel: "stable"
7575

7676
# Get binary dependencies

.github/workflows/test.nhost_flutter_graphql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Setup Dart/Flutter (specific channel)
7272
uses: subosito/flutter-action@v2
7373
with:
74-
flutter-version: "3.13.9"
74+
flutter-version: "3.27.3"
7575
channel: "stable"
7676

7777
# Get binary dependencies

.github/workflows/test.nhost_functions_dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: "3.13.9"
73+
flutter-version: "3.27.3"
7474
channel: "stable"
7575

7676
# Get binary dependencies

.github/workflows/test.nhost_gql_links.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: "3.13.9"
73+
flutter-version: "3.27.3"
7474
channel: "stable"
7575

7676
# Get binary dependencies

.github/workflows/test.nhost_graphql_adapter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: "3.13.9"
73+
flutter-version: "3.27.3"
7474
channel: "stable"
7575

7676
# Get binary dependencies

.github/workflows/test.nhost_sdk.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: "3.13.9"
73+
flutter-version: "3.27.3"
7474
channel: "stable"
7575

7676
# Get binary dependencies

.github/workflows/test.nhost_storage_dart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: "3.13.9"
73+
flutter-version: "3.27.3"
7474
channel: "stable"
7575

7676
# Get binary dependencies

.github/workflows/test.{package}.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup Dart/Flutter (specific channel)
7171
uses: subosito/flutter-action@v2
7272
with:
73-
flutter-version: '3.13.9'
73+
flutter-version: "3.27.3"
7474
channel: 'stable'
7575

7676
# Get binary dependencies

0 commit comments

Comments
 (0)