Skip to content

Commit

Permalink
Fix workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
cuong0993 committed Aug 23, 2024
1 parent 7ba66ee commit 4d1b0c7
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]
- uses: subosito/[email protected]
with:
flutter-version: '3.13.6'
flutter-version: '3.19.2'
- name: Install facebook_auth dependencies
run: cd facebook_auth && flutter pub get

Expand Down
2 changes: 1 addition & 1 deletion examples/with_provider/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
version: 1.0.0+1

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
4 changes: 2 additions & 2 deletions facebook_auth/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 7.0.1
homepage: https://github.com/darwin-morocho/flutter-facebook-auth

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.0.0"
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.2"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion facebook_auth_desktop/example/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: Demonstrates how to use the facebook_auth_desktop plugin.
publish_to: 'none' # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=3.0.0 <4.0.0"
sdk: ">=3.3.0 <4.0.0"

# Dependencies specify other packages that your package needs in order to work.
# To automatically upgrade your package dependencies to the latest versions
Expand Down
4 changes: 2 additions & 2 deletions facebook_auth_desktop/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version: 2.0.0
homepage: https://github.com/darwin-morocho/flutter-facebook-auth/tree/master/facebook_auth_desktop

environment:
sdk: ">=3.0.0 <4.0.0"
flutter: ">=2.0.0"
sdk: ">=3.3.0 <4.0.0"
flutter: ">=3.19.2"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion facebook_auth_platform_interface/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version: 6.0.0
homepage: https://github.com/darwin-morocho/flutter-facebook-auth/tree/master/facebook_auth_platform_interface

environment:
sdk: '>=3.0.0 <4.0.0'
sdk: '>=3.3.0 <4.0.0'

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion facebook_auth_web/test/mock/mock_interop.dart
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import 'dart:js_interop';

@JS()
@anonymous
class FbMock {
extension type FbMock._(JSObject _) implements JSObject {
external factory FbMock();
}

Expand Down

0 comments on commit 4d1b0c7

Please sign in to comment.