Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-corbado-auth-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.27.4"
flutter-version: "3.32.0"

- name: Normalize branch name
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-passkeys-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
# Pin to a Flutter version that your app supports
# or omit to use the default stable version
flutter-version: "3.27.4"
flutter-version: "3.32.0"

- name: Normalize branch name
if: github.event_name == 'pull_request'
Expand Down
2 changes: 1 addition & 1 deletion packages/corbado_api_client/lib/frontendapi/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: Client for the Corbado Frontend API
homepage: https://docs.corbado.com/overview/welcome

environment:
sdk: '>=2.15.0 <4.0.0'
sdk: '>=3.8.0 <4.0.0'

dependencies:
dio: '^5.2.0'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 1.0.2
homepage: https://docs.corbado.com/overview/welcome

environment:
sdk: '>=2.17.0 <4.0.0'
sdk: '>=3.8.0 <4.0.0'
flutter: ">=3.32.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/corbado_api_client/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ version: 1.1.1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.10.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/corbado_auth/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 0.0.1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: 3.10.0
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

dependencies:
corbado_auth:
Expand Down
4 changes: 2 additions & 2 deletions packages/corbado_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/corba
version: 3.7.1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

dependencies:
built_collection: ^5.1.1
Expand Down
3 changes: 2 additions & 1 deletion packages/corbado_auth_firebase/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: '>=3.2.3 <4.0.0'
sdk: '>=3.8.0 <4.0.0'
flutter: ">=3.32.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/corbado_auth_firebase/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/corba
version: 2.0.5

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

dependencies:
cloud_functions: ^4.5.8
Expand Down
2 changes: 1 addition & 1 deletion packages/passkeys/passkeys/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ You can also take a look at this package's example to see how it is done there.

#### Requirements

- This package requires Flutter 3.19.0 or later.
- This package requires Dart 3.8.0 / Flutter 3.32.0 or later.

#### Additional Details

Expand Down
3 changes: 2 additions & 1 deletion packages/passkeys/passkeys/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ version: 0.1.0+1
publish_to: none

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passk
version: 2.20.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

flutter:
plugin:
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_android/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passk
version: 2.12.0

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

flutter:
plugin:
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_darwin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passk
version: 0.4.0

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

flutter:
plugin:
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_doctor/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passk
version: 1.4.1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

dependencies:
flutter:
Expand Down
3 changes: 2 additions & 1 deletion packages/passkeys/passkeys_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passk
version: 2.6.0

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

dependencies:
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_web/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passk
version: 2.9.0

environment:
sdk: ">=3.4.0 <4.0.0"
flutter: ">=3.19.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

flutter:
plugin:
Expand Down
4 changes: 2 additions & 2 deletions packages/passkeys/passkeys_windows/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ repository: https://github.com/corbado/flutter-passkeys/tree/main/packages/passk
version: 0.1.1

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=3.0.0"
sdk: ">=3.8.0 <4.0.0"
flutter: ">=3.32.0"

flutter:
plugin:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: flutter_passkeys_workspace

environment:
sdk: '>=2.18.0 <4.0.0'
sdk: '>=3.8.0 <4.0.0'

dev_dependencies:
melos: ^4.1.0
Loading