Skip to content

Commit

Permalink
feat: update web package to 0.5.1 (firebase#12469)
Browse files Browse the repository at this point in the history
* feat: update  package to 0.5.1

* feat: update web package to 0.5.1
  • Loading branch information
Lyokone authored and LocLt-Mobile committed Apr 5, 2024
1 parent 8ec8900 commit 8994c95
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/cloud_functions/cloud_functions_web/pubspec.yaml
Expand Up @@ -18,7 +18,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
js: ^0.6.3
web: '>=0.3.0 <0.5.0'
web: ^0.5.1

dev_dependencies:
firebase_core_platform_interface: ^5.0.0
Expand Down
Expand Up @@ -17,7 +17,7 @@ dependencies:
flutter_web_plugins:
sdk: flutter
js: ^0.6.3
web: '>=0.3.0 <0.5.0'
web: ^0.5.1

dev_dependencies:
build_runner: ^2.3.3
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_auth/firebase_auth_web/pubspec.yaml
Expand Up @@ -19,7 +19,7 @@ dependencies:
http_parser: ^4.0.0
js: ^0.6.3
meta: ^1.8.0
web: '>=0.3.0 <0.5.0'
web: ^0.5.1

dev_dependencies:
flutter_test:
Expand Down
2 changes: 1 addition & 1 deletion packages/firebase_core/firebase_core_web/pubspec.yaml
Expand Up @@ -16,7 +16,7 @@ dependencies:
sdk: flutter
js: ^0.6.3
meta: ^1.8.0
web: '>=0.3.0 <0.5.0'
web: ^0.5.1

dev_dependencies:
flutter_test:
Expand Down
Expand Up @@ -145,7 +145,7 @@ class FirebaseMessagingWeb extends FirebaseMessagingPlatform {
}) {
return convertWebExceptions(() async {
String status =
(await web.Notification.requestPermission().toDart)! as String;
(await web.Notification.requestPermission().toDart) as String;
return utils.getNotificationSettings(status);
});
}
Expand Down
Expand Up @@ -19,7 +19,7 @@ dependencies:
sdk: flutter
js: ^0.6.3
meta: ^1.8.0
web: '>=0.3.0 <0.5.0'
web: ^0.5.1

dev_dependencies:
firebase_core_platform_interface: ^5.0.0
Expand Down
Expand Up @@ -21,7 +21,7 @@ dependencies:
http: '>=0.13.0 <2.0.0'
js: ^0.6.3
meta: ^1.8.0
web: '>=0.3.0 <0.5.0'
web: ^0.5.1

dev_dependencies:
firebase_core_platform_interface: ^5.0.0
Expand Down

0 comments on commit 8994c95

Please sign in to comment.