Skip to content

Bump firebase_remote_config from 5.4.4 to 5.4.5 #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
20 changes: 10 additions & 10 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ packages:
dependency: transitive
description:
name: _flutterfire_internals
sha256: "214e6f07e2a44f45972e0365c7b537eaeaddb4598db0778dd4ac64b4acd3f5b1"
sha256: dda4fd7909a732a014239009aa52537b136f8ce568de23c212587097887e2307
url: "https://pub.dev"
source: hosted
version: "1.3.55"
version: "1.3.56"
_macros:
dependency: transitive
description: dart
Expand Down Expand Up @@ -410,10 +410,10 @@ packages:
dependency: "direct main"
description:
name: firebase_core
sha256: "8cfe3c900512399ce8d50fcc817e5758ff8615eeb6fa5c846a4cc47bbf6353b6"
sha256: "420d9111dcf095341f1ea8fdce926eef750cf7b9745d21f38000de780c94f608"
url: "https://pub.dev"
source: hosted
version: "3.13.1"
version: "3.14.0"
firebase_core_platform_interface:
dependency: transitive
description:
Expand Down Expand Up @@ -450,26 +450,26 @@ packages:
dependency: "direct main"
description:
name: firebase_remote_config
sha256: e65062f7435c8be13826d38c75218b30251a096ca742e7da55342b33ff8b4749
sha256: d3f47e0aa27b16d17e310d37a570993f69becee35c3de2a59c63f4443de5712b
url: "https://pub.dev"
source: hosted
version: "5.4.4"
version: "5.4.5"
firebase_remote_config_platform_interface:
dependency: transitive
description:
name: firebase_remote_config_platform_interface
sha256: "6d2f94570edbea0b1fb47e623af576f1896d14f839b1e3ba9b393a5e7c93c84d"
sha256: "97a0753bf32e1c4f8afc4ac3276c2bd0d0f0b95d06d41c08864bb28ffe54ef50"
url: "https://pub.dev"
source: hosted
version: "1.5.4"
version: "1.5.5"
firebase_remote_config_web:
dependency: transitive
description:
name: firebase_remote_config_web
sha256: "5cf6eff2748193b64e9eb9965d5d727585f562d2946a53239385ad667e1c22e4"
sha256: "2afb43e0a28a21749722954643085a8cde696f056ab058ee2c11c93b44387a78"
url: "https://pub.dev"
source: hosted
version: "1.8.4"
version: "1.8.5"
fixnum:
dependency: transitive
description:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:
firebase_auth: ^5.5.4
firebase_core: ^3.6.0
firebase_crashlytics: ^4.2.0
firebase_remote_config: ^5.2.0
firebase_remote_config: ^5.4.5
flutter:
sdk: flutter
flutter_bloc: ^9.1.1
Expand Down